interchain_accounts
The interchain_accounts
module is responsible for the implementation of the ICS-27 protocol, which enables cross-chain account management built upon IBC. Chains using the Interchain Accounts module can programmatically create accounts on other chains and control these accounts via IBC transactions.
For more info, visit https://ibc.cosmos.network/main/apps/interchain-accounts/overview.html
Queries
Query
(controller) defines the gRPC querier service of the ICA controller submodule.
Query
(host) defines the gRPC querier service of the ICA host submodule.
QueryParamsRequest
QueryParamsRequest
is the request type for the Query/Params RPC method.
QueryParamsResponse
QueryParamsResponse
is the response type for the Query/Params RPC method.