Expand description
Re-exports ICS-02 traits from ibc-core-client-context
for custom IBC
client implementation.
Modules§
- Defines
ClientState
, the core type to be implemented by light clients - Defines the trait to be implemented by all concrete consensus state types
- Trait preludes for the ICS-02 client implementation.
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.