Skip to content

Commit

Permalink
export GeyserGrpcClient, GeyserGrpcClientResult, GeyserGrpcClientError
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Apr 16, 2024
1 parent dd18a20 commit 85d04ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ use std::time::Duration;
use yellowstone_grpc_proto::geyser::{CommitmentLevel, SubscribeRequest, SubscribeRequestFilterAccounts, SubscribeRequestFilterBlocks, SubscribeRequestFilterBlocksMeta, SubscribeRequestFilterSlots, SubscribeUpdate};
use yellowstone_grpc_proto::tonic::transport::ClientTlsConfig;

pub use yellowstone_grpc_client::{GeyserGrpcClient, GeyserGrpcClientResult, GeyserGrpcClientError};

pub mod channel_plugger;
pub mod grpc_subscription_autoreconnect_streams;
pub mod grpc_subscription_autoreconnect_tasks;
Expand Down

0 comments on commit 85d04ac

Please sign in to comment.