Epoch
Epoch and validator score management
Check if solution is in epoch
Check whether a PoW solution has already been recorded for a given epoch.
Get emission address for validator
Get the address that receives emission rewards for the given validator.
Get epoch scores for all validators
Get current-epoch scores for all validators, sorted by score descending. Each entry is a `[public_key, score]` tuple.
Get epoch score for validator
Get the current-epoch score for a specific validator.