Skip to main content
Helpful?

IEIP712_v4

Git Source | Generated with forge doc

This interface is used for an EIP712 implementation

Functions

DOMAIN_SEPARATOR

Returns the domain separator for the current chain.

function DOMAIN_SEPARATOR() external view returns (bytes32);

Returns

NameTypeDescription
<none>bytes32bytes32 The domain separator
Helpful?