Crate tendermint_light_client_verifier

Crate tendermint_light_client_verifier 

Source

Modules§

errors
Errors which may be raised when verifying a LightBlock
operations
Crypto function traits allowing mocking out during testing
options
Light client implementation as per the Core Verification specification.
predicates
Predicates for light block validation and verification.
types
Defines or just re-exports the main datatypes used by the light client.

Structs§

PredicateVerifier
Predicate verifier encapsulating components necessary to facilitate verification.

Enums§

Verdict
Represents the result of the verification performed by the verifier component.

Traits§

Verifier
The verifier checks:

Type Aliases§

ProdVerifier
The default production implementation of the PredicateVerifier.