IERC712Facet
IERC712Facet
Exports the EIP712 domain separator and eip712Domain (EIP-5267) methods. This provides the foundation for ERC-712 support.
DOMAIN_SEPARATOR
Returns the domain separator used in the encoding of the signature for permits, as defined by EIP-712
Return Values
Name
Type
Description
[0]
bytes32
the bytes32 domain separator
eip712Domain
See {EIP-5267}.
Was this helpful?