IERC712
Author: M^0 Labs
The interface as defined by EIP-712: https://eips.ethereum.org/EIPS/eip-712
Functions
DOMAIN_SEPARATOR
Returns the EIP712 domain separator used in the encoding of a signed digest.
Errors
InvalidSignature
Revert message when an invalid signature is detected.
InvalidSignatureLength
Revert message when a signature with invalid length is detected.
InvalidSignatureS
Revert message when the S portion of a signature is invalid.
InvalidSignatureV
Revert message when the V portion of a signature is invalid.
SignatureExpired
Revert message when a signature is being used beyond its deadline (i.e. expiry).
Parameters
SignerMismatch
Revert message when a recovered signer does not match the account being purported to have signed.