PrevUpHomeNext

Consensus::getLastConvergeDuration

Get duration of the previous round.

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

The duration of the round is measured from closing the open ledger to starting acceptance of the consensus transaction set.

Return Value

Last round duration in milliseconds


PrevUpHomeNext