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 |
---|---|---|
|
| The address of some account. |
Returns
Name | Type | Description |
---|---|---|
|
| The next nonce to be used in a signature by |
Errors
InvalidAccountNonce
Revert message when a signing account's nonce is not the expected current nonce.
Parameters
Name | Type | Description |
---|---|---|
|
| The nonce used in the signature. |
|
| The expected nonce to be used in a signature by the signing account. |