Epoch

Epoch

Members

Variables

active
Pubkey[] active;

Nodes which became active this epoch

bullseye
Fingerprint bullseye;

bullseye of the DART at this epoch

deactive
Pubkey[] deactive;

The nodes which deactivated this epoch

epoch_number
long epoch_number;

The epoch number

globals
TagionGlobals globals;

Global statistics

previous
Fingerprint previous;

bullseye of the DART at the previous epoch

recorder_block
Fingerprint recorder_block;

Fingerprint of the last recorder block

signs
const(Signature)[] signs;

Signature of all inputs

time
sdt_t time;

Time stamp

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) pure nothrow { 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; } })

recordName
string recordName()

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