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
Name | Type | Description |
---|---|---|
<none> | bytes32 | bytes32 The domain separator |