sof 0.17.1

Solana Observer Framework for low-latency shred ingestion and plugin-driven transaction observation
Documentation
1
2
3
4
5
6
//! Runtime event classifications shared by runtime and plugin surfaces.

/// Concrete event payload types.
mod types;

pub use types::*;