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§
- Solution
Candidates - Container for solution candidates.
Enums§
- Proving
Error - Errors that happen during proving
Traits§
- Provable
Solutions - Solutions that can be proven if necessary.