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

ITokenMessenger

Git Source

Functions

localMessageTransmitter

function localMessageTransmitter() external view returns (IMessageTransmitter);

localMinter

function localMinter() external view returns (ITokenMinter);

depositForBurn

function depositForBurn(uint256 amount, uint32 destinationDomain, bytes32 mintRecipient, address burnToken)
    external
    returns (uint64 nonce);

depositForBurnWithCaller

function depositForBurnWithCaller(
    uint256 amount,
    uint32 destinationDomain,
    bytes32 mintRecipient,
    address burnToken,
    bytes32 destinationCaller
) external returns (uint64 nonce);