IBC Modules
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.proto
Query
(host) defines the gRPC querier service of the ICA host submodule.
query.proto
QueryParamsRequest
QueryParamsRequest
is the request type for the Query/Params RPC method.
query.proto
QueryParamsResponse
QueryParamsResponse
is the response type for the Query/Params RPC method.
query.proto
Was this page helpful?