IERC712

Git Source

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.

function DOMAIN_SEPARATOR() external view returns (bytes32 domainSeparator_);