Returns invitationMakers
and publicSubscribers
to the account
holder's smart wallet so they can continue interacting with the account
and read account state in vstorage if published.
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.
Public topics are a map to different vstorage paths and subscribers that can be shared with on or offchain clients. When returned as part of a continuing invitation, it will appear in the CurrentWalletRecord in vstorage.
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
void
Transfer multiple amounts 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 amounts to send
void
Transfer an amount to another account, typically on another chain. The promise settles when the transfer is complete.
the account to transfer the amount to.
the amount to transfer. Can be provided as pure data using denoms or as ERTP Amounts.
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.