nonces

Calls the "nonces" function on the contract.

Example

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

Parameters

Returns

The parsed result of the function call.