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: FarcasterContractOptions;
let returnType: ThirdwebContract;
The StorageRegistry contract instance.