Returns the stakers given the bonded map from finalize storage.
Returns the committee given the committee map from finalize storage.
Checks that the given committee from committee storage matches the given stakers.
Returns the proving rewards for a given coinbase reward and list of prover solutions.
The prover reward is defined as: puzzle_reward * (proof_target / combined_proof_target)
.
Returns the updated stakers reflecting the staking rewards for the given committee, block reward,
and validator commission rates.
Returns the next committee, given the current committee and stakers.
Returns the committee map, bonded map, and delegated map, given the committee and stakers.
Returns the withdraw map, given the withdrawal addresses.