nonces

Calls the "nonces" function on the contract.

Example

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

Parameters

The options for the nonces function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.