Deactivates the ICA account by closing the ICA channel. The Port
is
persisted so holders can always call .reactivate()
to re-establish a new
channel with the same chain address.
CAVEAT: Does not retrieve assets so they may be lost if left.
Submit a transaction on behalf of the remote account for execution on the remote chain.
records for the transaction
Optional
opts: Partial<Omit<TxBody, "messages">>optional parameters for the Tx, like timeoutHeight
and memo
acknowledgement string
Submit a transaction on behalf of the remote account for execution on the remote chain.
records for the transaction
acknowledgement string
the address of the account on the remote chain
the address of the local channel
the address of the remote channel
Reactivates the ICA account by re-establishing a new channel with the
original Port and requested address.
If a channel is closed for an unexpected reason, such as a packet timeout,
an automatic attempt to re will be made and the holder should not need
to call .reactivate()
.
Low level object that supports queries and operations for an account on a remote chain.