Type Alias RawEventAndSeqNumber
pub type RawEventAndSeqNumber<B> = (B, u64);Expand description
The raw bytes of an event and its sequence number.
pub type RawEventAndSeqNumber<B> = (B, u64);The raw bytes of an event and its sequence number.