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

CallReceiverMockTrustingForwarderUpgradeable

Inherits: Initializable, CallReceiverMockUpgradeable

State Variables

_trustedForwarder

address private _trustedForwarder;

Functions

__CallReceiverMockTrustingForwarder_init

function __CallReceiverMockTrustingForwarder_init(address trustedForwarder_) internal onlyInitializing;

__CallReceiverMockTrustingForwarder_init_unchained

function __CallReceiverMockTrustingForwarder_init_unchained(address trustedForwarder_) internal onlyInitializing;

isTrustedForwarder

function isTrustedForwarder(address forwarder) public view virtual returns (bool);