next_epoch_committee is Some
if and only if the current checkpoint is the last checkpoint of an
epoch. Therefore next_epoch_committee can be used to pick the last checkpoint of an epoch, which is
often useful to get epoch level summary stats like total gas cost of an epoch, or the total number
of transactions from genesis to the end of an epoch. The committee is stored as a vector of
validator pub key and stake pairs. The vector should be sorted based on the Committee data
structure.
The protocol version that is in effect during the epoch that starts immediately after this checkpoint.
Commitments to epoch specific state (e.g. live object set)