Crate essential_check

Source
Expand description

Core logic for validating Predicates, SolutionSets and Solutions against their associated predicates.

Typical usage is to first validate predicates and solutions independently in full prior to validating against one another with solution::check_set_predicates.

§Predicate Validation

§Solution Validation

§Solution + Predicate Validation

Modules§

predicate
Items related to the validation of Predicates.
sign
A minimal crate providing Essential’s generic signing, verification and public key recovery functions implemented using secp256k1 and the essential_hash crate.
solution
Items related to validating Solutions and SolutionSets.
types
Common types for Essential Chain.
vm
The essential VM implementation.