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

ITokenMessengerV2

Git Source

Functions

localMessageTransmitter

function localMessageTransmitter() external view returns (IMessageTransmitter);

localMinter

function localMinter() external view returns (ITokenMinter);

depositForBurnWithHook

function depositForBurnWithHook(
    uint256 amount,
    uint32 destinationDomain,
    bytes32 mintRecipient,
    address burnToken,
    bytes32 destinationCaller,
    uint256 maxFee,
    uint32 minFinalityThreshold,
    bytes memory hookData
) external returns (uint64 nonce);