Epoch

Undocumented in source.

Members

Mixins

__anonymous
mixin HiBONRecord!(q{ this(long epoch_number, sdt_t time, Fingerprint bullseye, Fingerprint previous, const(Signature)[] signs, Pubkey[] active, Pubkey[] deactive, const(TagionGlobals) globals) { this.epoch_number = epoch_number; this.time = time; this.bullseye = bullseye; this.previous = previous; this.signs = signs; this.active = active; this.deactive = deactive; this.globals = globals; } })
Undocumented in source.

Variables

active
Pubkey[] active;

Sorted keys

bullseye
Fingerprint bullseye;
Undocumented in source.
deactive
Pubkey[] deactive;
Undocumented in source.
epoch_number
long epoch_number;
Undocumented in source.
globals
TagionGlobals globals;
Undocumented in source.
previous
Fingerprint previous;
Undocumented in source.
signs
const(Signature)[] signs;

Signature of all inputs

time
sdt_t time;
Undocumented in source.

Mixed In Members

From mixin HiBONRecord!(q{ this(long epoch_number, sdt_t time, Fingerprint bullseye, Fingerprint previous, const(Signature)[] signs, Pubkey[] active, Pubkey[] deactive, const(TagionGlobals) globals) { this.epoch_number = epoch_number; this.time = time; this.bullseye = bullseye; this.previous = previous; this.signs = signs; this.active = active; this.deactive = deactive; this.globals = globals; } })

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