# Functions
No description provided by the author
NewMsgRegisterAccount creates a new MsgRegisterAccount instance.
NewMsgSend creates a new MsgSend instance.
No description provided by the author
NewQueryInterchainAccountRequest creates and returns a new QueryInterchainAccountFromAddressRequest.
NewQueryInterchainAccountResponse creates and returns a new QueryInterchainAccountFromAddressResponse.
PackTxMsgAny marshals the sdk.Msg payload to a protobuf Any type.
No description provided by the author
No description provided by the author
RegisterMsgHandler registers the http handlers for service Msg to "mux".
RegisterMsgHandlerClient registers the http handlers for service Msg to "mux".
RegisterMsgHandlerFromEndpoint is same as RegisterMsgHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterMsgHandlerServer registers the http handlers for service Msg to "mux".
No description provided by the author
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
MsgRegisterAccount registers an interchain account for the given owner over the specified connection pair.
MsgRegisterAccountResponse is the response type for Msg/RegisterAccount.
MsgSubmitTx creates and submits an arbitrary transaction msg to be executed using an interchain account.
MsgSubmitTxResponse defines the MsgSubmitTx response type.
QueryInterchainAccountFromAddressRequest is the request type for the Query/InterchainAccountAddress RPC.
QueryInterchainAccountFromAddressResponse the response type for the Query/InterchainAccountAddress RPC.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
# Interfaces
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.