tendermint-light-client 0.40.4

Implementation of the Tendermint Light Client Verification Protocol.
Documentation
1
2
3
4
5
6
7
8
//! Components used by the Light Client.

pub mod clock;
pub mod io;
pub mod scheduler;

// Re-export for backward compatibility
pub use tendermint_light_client_verifier as verifier;