ITokenMessengerV2
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);