# Functions
DefaultParams is the default parameter configuration for the controller submodule.
No description provided by the author
NewMsgRegisterInterchainAccount creates a new instance of MsgRegisterInterchainAccount.
NewMsgSendTx creates a new instance of MsgSendTx.
NewParams creates a new parameter configuration for the controller submodule.
No description provided by the author
ParamKeyTable type declaration for parameters.
RegisterInterfaces registers the interchain accounts controller message types using the provided InterfaceRegistry.
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
DefaultControllerEnabled is the default value for the controller param (set to true).
StoreKey is the store key string for the interchain accounts controller module.
SubModuleName defines the interchain accounts controller module name.
# Variables
ICA Controller sentinel errors.
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
KeyControllerEnabled is the store key for ControllerEnabled Params.
# Structs
MsgRegisterInterchainAccount defines the payload for Msg/RegisterAccount.
MsgRegisterInterchainAccountResponse defines the response for Msg/RegisterAccount.
MsgSendTx defines the payload for Msg/SendTx.
MsgSendTxResponse defines the response for MsgSendTx.
Params defines the set of on-chain interchain accounts parameters.
QueryInterchainAccountRequest is the request type for the Query/InterchainAccount RPC method.
QueryInterchainAccountResponse the response type for the Query/InterchainAccount RPC method.
QueryParamsRequest is the request type for the Query/Params RPC method.
QueryParamsResponse is the response type for the Query/Params 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.