Module scpd.quorum.QuorumTracker

Bindings for quorum/QuorumTracker.h

Note that D code does not need to use anything in this class except the QuorumMap definition.

Structs

NameDescription
QuorumTracker helper class to help track the overall quorum over time a node tracked is definitely in the transitive quorum. If its associated quorum set is empty (nullptr), it just means that another node has that node in its quorum set but could not explore the quorum further (as we're missing the quorum set) Nodes can be added one by one (calling expand, most efficient) or the quorum can be rebuilt from scratch by using a lookup function