Module proving

Source
Expand description

Utilities for turning solution candidates (from auditing) into solutions (proving)

Solutions generated by auditing need to be converted into actual solutions before they can be sent to the node and this is exactly what this module is about.

Structs§

SolutionCandidates
Container for solution candidates.

Enums§

ProvingError
Errors that happen during proving

Traits§

ProvableSolutions
Solutions that can be proven if necessary.