tendermint-light-client 0.17.0

Implementation of the Tendermint Light Client Verification Protocol.
Documentation
//! DSL for building light clients and supervisor

mod light_client;
pub use light_client::LightClientBuilder;

mod supervisor;
pub use supervisor::SupervisorBuilder;

pub mod error;