ConsensusVoting

Gossiped through the graph for votes on the bullseye of next epochs

Members

Variables

epoch
long epoch;

The epoch being voted on

owner
Pubkey owner;

The signee

signed_bullseye
Signature signed_bullseye;

Signature of the bullseye

Mixed In Members

From mixin HiBONRecord!(q{ this(long epoch, Pubkey owner, Signature signed_bullseye) pure nothrow { this.owner = owner; this.signed_bullseye = signed_bullseye; this.epoch = epoch; } this(const(Document) doc) @safe immutable { immutable _this = ConsensusVoting(doc); this.tupleof = _this.tupleof; } })

recordName
string recordName()

Get the record type name set by @recordType("name")