tendermint-light-client 0.40.4

Implementation of the Tendermint Light Client Verification Protocol.
Documentation
1
2
3
4
5
6
7
8
//! Various general-purpose utilities

#[cfg(feature = "rpc-client")]
mod block_on;
#[cfg(feature = "rpc-client")]
pub use block_on::block_on;

pub mod std_ext;