Skip to content

sgns::ConsensusManager::SlotState

Runtime slot arbitration state.

Public Attributes

Name
std::string best_proposal_id
Current best proposal id in the slot.
std::unordered_set< std::string > voted_proposal_ids
Local proposal ids already voted for.

Public Attributes Documentation

variable best_proposal_id

std::string best_proposal_id;

Current best proposal id in the slot.

variable voted_proposal_ids

std::unordered_set< std::string > voted_proposal_ids;

Local proposal ids already voted for.


Updated on 2026-08-14 at 19:28:58 +0000