Calls the "storageRegistry" function on the contract.
import { storageRegistry } from "thirdweb/extensions/farcaster"; const result = await storageRegistry({ contract,});
function storageRegistry( options: BaseTransactionOptions,): Promise<string>;
The options for the storageRegistry function.
let options: { contract: ThirdwebContract<abi> } & T;
let returnType: Promise<string>;
The parsed result of the function call.