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