Skip to content

sgns::ConsensusManager::ActiveVoteState

Public Attributes

Name
Proposal proposal
Vote vote
uint64_t acceptance_deadline_ms
std::chrono::steady_clock::time_point next_retry_at

Public Attributes Documentation

variable proposal

Proposal proposal;

variable vote

Vote vote;

variable acceptance_deadline_ms

uint64_t acceptance_deadline_ms = 0;

variable next_retry_at

std::chrono::steady_clock::time_point next_retry_at {};

Updated on 2026-09-14 at 22:11:37 +0000