Expand description
Re-exports implementations of ICS-07 Tendermint light client.
Modules§
- client_
state - This module includes trait implementations for the
ibc_client_tendermint_types::ClientStatetype. Implemented traits includeClientStateCommon,ClientStateValidation, andClientStateExecution. - consensus_
state - This module includes trait implementations for the
ibc_client_tendermint_types::ConsensusStatetype. It implements theConsensusStateTraitforConsensusStateby defining a newtype wrapper in order to circumvent Rust’s orphan rule, which disallows foreign traits from being implemented on foreign types. This module also includes some trait implementations that serve to pass through traits implemented on the wrappedConsensusStatetype. - types
- Re-exports Tendermint light client data structures from the
ibc-client-tendermint-typecrate.