PrevUpHomeNext

RCLConsensus::prevRoundTime

Get duration of the previous round.

Synopsis
std::chrono::milliseconds
prevRoundTime() const;
Description

The duration of the round is the establish phase, measured from closing the open ledger to accepting the consensus result.

Return Value

Last round duration in milliseconds


PrevUpHomeNext