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