Retrieves the StorageRegistry contract.
import { getStorageRegistry } from "thirdweb/extensions/farcaster"; const storageRegistry = await getStorageRegistry({ client,});
function getStorageRegistry( options: FarcasterContractOptions,): ThirdwebContract;
The thirdweb client and an optional custom chain.
let options: { chain?: Chain; client: ThirdwebClient };
let returnType: Readonly<ContractOptions<abi>>;
The StorageRegistry contract instance.