deposit payment from zoe to the account. For remote accounts, an IBC Transfer will be executed to transfer funds there.
the address of the account on the remote chain
the balance of a specific denom for the account.
an array of amounts for every balance in the account.
Transfer amount to another account on the same chain. The promise settles when the transfer is complete.
the account to send the amount to. MUST be on the same chain
the amount to send
void
Transfer an amount to another account, typically on another chain. The promise settles when the transfer is complete.
the amount to transfer. Can be provided as pure data using denoms or as ERTP Amounts.
the account to transfer the amount to.
Optional
opts: IBCMsgTransferOptionsan optional memo to include with the transfer, which could drive custom PFM behavior, and timeout parameters
void
TODO document the mapping from the address to the destination chain.
Transfer an amount to another account in multiple steps. The promise settles when the entire path of the transfer is complete.
the amount to transfer
the transfer message, including follow-up steps
void
An object that supports high-level operations for an account on a remote chain.