nonces

Calls the "nonces" function on the contract.

Example

import { nonces } from "thirdweb/extensions/farcaster";
const result = await nonces({
contract,
account: ...,
});
function nonces(
): Promise<bigint>;

Parameters

The options for the nonces function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.