Module ibc_core_client_context::prelude
source · Expand description
Trait preludes for the ICS-02 client implementation.
Re-exports§
pub use crate::client_state::*;
pub use crate::consensus_state::*;
Traits§
- Defines the methods that all client
ExecutionContext
s (precisely the generic parameter ofcrate::client_state::ClientStateExecution
) must implement. - Defines the methods available to clients for validating client state transitions. The generic
V
parameter in crate::client_state::ClientStateValidation must inherit from this trait.