Crate ibc_core_host_cosmos

Source
Expand description

Provides convenience traits and implementations for Tendermint-based hosts

Modules§

proto
Re-exports necessary proto types for implementing the tendermint client upgradeability feature.
upgrade_proposal
Provides utilities related to chain upgrades.
utils

Constants§

IBC_QUERY_PATH
ABCI store/query path for the IBC sub-store
SDK_UPGRADE_QUERY_PATH
ABCI store/query path for the upgrade sub-store

Traits§

ValidateSelfClientContext
Provides a default implementation intended for implementing the ValidationContext::validate_self_client API.