Skip to content

sgns::ValidatorRegistry::CertificateVotes

Partitioned vote extraction from a certificate.

Public Attributes

Name
std::unordered_set< std::string > approved
Validators that approved the certificate.
std::unordered_set< std::string > unregistered
Unregistered voters observed in certificate.
std::unordered_map< std::string, bool > registered_votes
Vote decisions by registered validators.
std::unordered_map< std::string, bool > unregistered_votes
Vote decisions by unregistered validators.

Public Attributes Documentation

variable approved

std::unordered_set< std::string > approved;

Validators that approved the certificate.

variable unregistered

std::unordered_set< std::string > unregistered;

Unregistered voters observed in certificate.

variable registered_votes

std::unordered_map< std::string, bool > registered_votes;

Vote decisions by registered validators.

variable unregistered_votes

std::unordered_map< std::string, bool > unregistered_votes;

Vote decisions by unregistered validators.


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