Expand description

This crate functions as an intermediary layer between the storage of host chains and an IBC client implementation, providing developers with necessary traits to craft their custom light clients. It streamlines the process of integrating light clients with the host, enabling interaction with the store for pertinent client state transitions.

Modules

  • Defines ClientState, the core type to be implemented by light clients
  • Defines the trait to be implemented by all concrete consensus state types

Traits