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