[][src]Module tendermint::lite

Core logic and traits of a light client.

Re-exports

pub use self::types::*;
pub use self::verifier::verify_single;
pub use self::verifier::verify_and_update_bisection;
pub use self::verifier::verify_and_update_single;

Modules

types

All traits that are necessary and need to be implemented to use the main verification logic in super::verifier for a light client.

verifier

Main verification functions that can be used to implement a light client.