Expand description
Contains types used by the crate
Modules§
- event 🔒
- Events that a
SystemContext
instance can emit - handle 🔒
- Provides an event-streaming handle for a
SystemContext
running in the background
Structs§
- Event
- A status event emitted by a
HotShot
instance - Message
- Incoming message
- System
Context Handle - Event streaming handle for a
SystemContext
instance running in the background
Enums§
- Event
Type - The type and contents of a status event emitted by a
HotShot
instance
Traits§
- Signature
Key - Trait for abstracting public key signatures Self is the public key type
Type Aliases§
- BLSPriv
Key - BLS private key used to sign a consensus message
- BLSPub
Key - BLS public key used to verify a consensus signature
- Schnorr
Priv Key - Schnorr
PubKey