tendermint-light-client 0.40.4

Implementation of the Tendermint Light Client Verification Protocol.
Documentation
1
2
3
4
5
6
//! DSL for building light clients and supervisor

mod light_client;
pub use light_client::LightClientBuilder;

pub mod error;