Msg

RegisterInterchainAccount defines a rpc handler for MsgRegisterInterchainAccount.

post/ibc.applications.interchain_accounts.controller.v1.Msg/RegisterInterchainAccount

Request body

ownerstring
connection_idstring
versionstring
ordering'ORDER_NONE_UNSPECIFIED' | 'ORDER_UNORDERED' | 'ORDER_ORDERED'
  • ORDER_NONE_UNSPECIFIED: zero-value for channel ordering
  • ORDER_UNORDERED: packets can be delivered in any order, which may differ from the order in which they were sent.
  • ORDER_ORDERED: packets are delivered exactly in the order which they were sent

Response

A successful response.

Changes

No recorded changes to this endpoint across all 1 revision of this API.