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

SignerERC7702

Inherits: AbstractSigner

Implementation of {AbstractSigner} for implementation for an EOA. Useful for ERC-7702 accounts.

Note: stateless:

Functions

_rawSignatureValidation

Validates the signature using the EOA's address (i.e. address(this)).

function _rawSignatureValidation(bytes32 hash, bytes calldata signature)
    internal
    view
    virtual
    override
    returns (bool);