Calls the "keysOf" function on the contract.
import { keysOf } from "thirdweb/extensions/farcaster"; const result = await keysOf({ contract, fid: ..., state: ...,});
function keysOf(options: BaseTransactionOptions<KeysOfParams>) : Promise<readonly Array<`0x${string}`>>
The options for the keysOf function.
let options: BaseTransactionOptions<KeysOfParams>;
let returnType: Promise<readonly Array<`0x${string}`>>
The parsed result of the function call.