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
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 methods from IcaAccount that we pass through to CosmosOrchestrationAccount