Crate tendermint_light_client_verifier
Source - 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.
- PredicateVerifier
- Predicate verifier encapsulating components necessary to facilitate
verification.
- Verdict
- Represents the result of the verification performed by the
verifier component.
- Verifier
- The verifier checks:
- ProdVerifier
- The default production implementation of the
PredicateVerifier.