GetRegistrationPriceParams
type GetRegistrationPriceParams = {  disableCache?: boolean;  extraStorage?: bigint | number | string;};
type disableCache = boolean;
type extraStorage = bigint | number | string;
type GetRegistrationPriceParams = {  disableCache?: boolean;  extraStorage?: bigint | number | string;};
type disableCache = boolean;
type extraStorage = bigint | number | string;