Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

EIP712VerifierUpgradeable

Inherits: Initializable, EIP712Upgradeable

Functions

__EIP712Verifier_init

function __EIP712Verifier_init() internal onlyInitializing;

__EIP712Verifier_init_unchained

function __EIP712Verifier_init_unchained() internal onlyInitializing;

verify

function verify(bytes memory signature, address signer, address mailTo, string memory mailContents) external view;