storageRegistry

Calls the "storageRegistry" function on the contract.

Example

import { storageRegistry } from "thirdweb/extensions/farcaster";
const result = await storageRegistry({
contract,
});
function storageRegistry(
): Promise<string>;

Parameters

The options for the storageRegistry function.

Type

let options: { contract: ThirdwebContract<abi> } & T;

Returns

let returnType: Promise<string>;

The parsed result of the function call.