# Functions
DefaultGenesisState returns the module's default genesis state.
No description provided by the author
No description provided by the author
No description provided by the author
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
ModuleName is the module's name.
QuerierRoute is the module's querier route.
RouterKey is the module's message route.
StoreKey is the module's store key.
# 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
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
AccountInfo describes an interchain account, including its address and info of the controller and host chains.
ChainInfo describes the IBC connection/port/channel on either the controller or host chain.
GenesisState defines the module's genesis state.
MsgRegisterAccount is the request type for the Msg/RegisterAccount RPC method.
MsgRegisterAccountResponse is the response type for the Msg/RegisterAccount RPC method.
MsgSendFunds is the request type for the Msg/SendFunds RPC method.
MsgSendFundsResponse is the respones type for the Msg/SendFunds RPC method.
MsgSendMessages is the request type for the Msg/SendMessages RPC method.
MsgSendMessagesResponse is the response type for the Msg/SendMessages RPC method.
QueryAccountRequest is the request type for the Query/Account RPC method.
QueryAccountResponse is the response type for the Query/Account RPC method.
QueryAccountsRequest is the request type for the Query/Accounts RPC method.
QueryAccountsResponse is the response type for Query/Accounts RPC method.
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.