Module event

Source
Expand description

Events that a HotShot instance can emit

Modules§

error_adaptor
Utilities for converting between HotShotError and a string.

Structs§

Event
A status event emitted by a HotShot instance
LeafInfo
Decided leaf with the corresponding state and VID info.
LegacyEvent
The pre-epoch version of an Event
LegacyLeafInfo
Pre-epoch version of LeafInfo

Enums§

EventType
The type and contents of a status event emitted by a HotShot instance
HotShotAction
A list of actions that we track for nodes
LegacyEventType
Pre-epoch version of the EventType enum.

Type Aliases§

LeafChain
The chain of decided leaves with its corresponding state and VID info.
LegacyLeafChain
Pre-epoch version of LeafChain