Clock type for measuring time within the consensus code.
using clock_type = beast::abstract_clock< std::chrono::steady_clock >;
#include <ripple/consensus/Consensus.h>