For the complete documentation index, see llms.txt. This page is also available as Markdown.

IMultiChainToken

The IMultiChainToken interface facilitates cross-chain transfers of tokens between different blockchain networks.

Functions

crossChainTransfer

Initiates a cross-chain transfer of tokens.

Parameters: _dstChainId (uint64), _fromAddress (address), _toAddress (uint), _amount (uint)

Last updated