Module ibc_core_client_context::consensus_state
source · Expand description
Defines the trait to be implemented by all concrete consensus state types
Traits§
- Defines methods that all
ConsensusState
s should provide. - Convenient trait to decode a consensus state from an
Any
type and obtain a handle to the local instance ofConsensusState
.