IStatefulERC712
Inherits: IERC712Extended
Author: M^0 Labs
Functions
nonces
Returns the next nonce to be used in a signature by account
.
Parameters
Name
Type
Description
account
address
The address of some account.
Returns
Name
Type
Description
nonce
uint256
The next nonce to be used in a signature by account
.
Errors
InvalidAccountNonce
Revert message when a signing account's nonce is not the expected current nonce.
Parameters
Name
Type
Description
nonce
uint256
The nonce used in the signature.
expectedNonce
uint256
The expected nonce to be used in a signature by the signing account.