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_time
is valid at specifiedslot
if built on top ofparent_hash
fork of the chain. - verify_
solution - Verify whether solution is valid, returns solution distance that is
<= solution_range/2
on success.