Events API
Streams events from HotShot
Last updated
Streams events from HotShot
Last updated
This API allows a client, not participating in consensus, to follow along with consensus in a trustless manner, by streaming and verifying events produced by consensus. It is especially useful for block builders, who need to maintain their own view of the internal consensus state at all times, so that they can intelligently propose blocks on top of not-yet-finalized proposed parent blocks.
This API is often served on a different port than other APIs, for reasons that will be resolved in future releases.
LeafInfo
The specific format of this type is not currently specified, but it can be deserialized and interpreted in Rust using the type.
DAProposal
The specific format of this type is not currently specified, but it can be deserialized and interpreted in Rust using the type.
QuorumProposal
The specific format of this type is not currently specified, but it can be deserialized and interpreted in Rust using the type.
/hotshot-events/events
Subscribe to consensus events.