helius-laserstream 0.1.3

Rust client for Helius LaserStream gRPC with robust reconnection and slot tracking
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod client;
pub mod config;
pub mod error;

pub use client::{subscribe, StreamHandle};
pub use config::{ChannelOptions, LaserstreamConfig, CompressionEncoding};
pub use error::LaserstreamError;

// Re-export commonly used types from yellowstone-grpc-proto
pub use yellowstone_grpc_proto::geyser as grpc;
pub use yellowstone_grpc_proto::solana;