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