RegisterFidParams
Represents the parameters for the registerFid
function.
Represents the parameters for the registerFid
function.
type RegisterFidParams = { disableCache?: boolean; extraStorage?: bigint | string | number; recoveryAddress: Address;};
type disableCache = boolean;
type extraStorage = bigint | string | number;
type recoveryAddress = Address;