Expand description
Consensus-related runtime interface
Structs§
- Host
Functions - Provides implementations for the extern host functions.
Functions§
- is_
proof_ of_ time_ valid - Verify whether
proof_of_timeis valid at specifiedslotif built on top ofparent_hashfork of the chain. - verify_
solution - Verify whether solution is valid, returns solution distance that is
<= solution_range/2on success.