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