solana_streamer_sdk/common/
types.rs

1pub type SolanaRpcClient = solana_client::nonblocking::rpc_client::RpcClient;
2pub type AnyResult<T> = anyhow::Result<T>;