Skip to content

sgns::ConsensusManager::QuorumTally

Quorum tally structure.

#include <Consensus.hpp>

Public Attributes

Name
uint64_t total_weight
The total maximum weight of the quorum.
uint64_t approved_weight
The weight which was already approved.
bool has_quorum
Flag indicating if quorum was reached.

Public Attributes Documentation

variable total_weight

uint64_t total_weight = 0;

The total maximum weight of the quorum.

variable approved_weight

uint64_t approved_weight = 0;

The weight which was already approved.

variable has_quorum

bool has_quorum = false;

Flag indicating if quorum was reached.


Updated on 2026-06-05 at 17:22:18 -0700