Multi-hop transfers
Constructing the Multi-Hop Transfer Payload
const abiCoder = ethers.AbiCoder.defaultAbiCoder()
return abiCoder.encode(
['bytes32', 'uint32', 'address', 'address', 'address'],
[
multistepTransactionReference,
finalDestinationChainId,
finalDestinationTokenAddress,
finalDestinationRecipientAddress,
refundAddress,
],
)Order
Type
Name
Description
Encoding Format
Notes for Integrators
Transfers using external bridges
Across Wrapper
Relay Wrapper
Last updated