ConsensusVoting

Undocumented in source.

Members

Functions

verifyBullseye
bool verifyBullseye(const(SecureNet) net, const(Fingerprint) bullseye)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin HiBONRecord!(q{ this(long epoch, Pubkey owner, Signature signed_bullseye) pure { 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; } })
Undocumented in source.

Variables

epoch
long epoch;
Undocumented in source.
owner
Pubkey owner;
Undocumented in source.
signed_bullseye
Signature signed_bullseye;
Undocumented in source.

Mixed In Members

From mixin HiBONRecord!(q{ this(long epoch, Pubkey owner, Signature signed_bullseye) pure { 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; } })

check
alias check = Check!(HiBONRecordException)
Undocumented in source.
__anonymous
mixin JSONString
Undocumented in source.
__anonymous
mixin HiBONRecordType
Undocumented in source.
isRecord
alias isRecord = HiBONRecord.isRecord!ThisType
Undocumented in source.
HAS_TYPE
enum HAS_TYPE;
Undocumented in source.
less_than
bool less_than(Key a, Key b)
Undocumented in source. Be warned that the author may not have intended to support it.
toHiBON
inout(HiBON) toHiBON()
Undocumented in source. Be warned that the author may not have intended to support it.
NO_DEFAULT_CTOR
enum NO_DEFAULT_CTOR;
Undocumented in source.
GetKeyName
template GetKeyName(uint i)
Undocumented in source.
_keys
string[] _keys()
keys
enum keys;
Undocumented in source.
this
this(HiBON hibon)
Undocumented in source.
this
this(Document doc)
Undocumented in source.
serialize
immutable(ubyte[]) serialize()
Undocumented in source. Be warned that the author may not have intended to support it.
toDoc
const(Document) toDoc()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta