pub trait NoteStream: Stream<Item = Result<Vec<NoteInfo>, NoteTransportError>> + Send + Unpin { }
Stream trait for note streaming