Documentation
Tagion
Refinement
tagion
hashgraph
RefinementInterface
Undocumented in source.
@
safe
interface
Refinement {
void
finishedEpoch
(const(Event[]) events, sdt_t epoch_time, Round decided_round);
PayloadQueue
queue
();
void
queue
(PayloadQueue _queue);
}
Members
Functions
finishedEpoch
void
finishedEpoch
(const(Event[]) events, sdt_t epoch_time, Round decided_round)
called when the epoch is final
queue
PayloadQueue
queue
()
queue
void
queue
(PayloadQueue _queue)
tagion
hashgraph
RefinementInterface
interfaces
Refinement