nitro-da-client 0.1.7

Contains blober client for interacting with the Blober program on Solana.
Documentation
1
2
3
4
5
6
/// Default number of concurrent requests to send to the RPC.
pub const DEFAULT_CONCURRENCY: usize = 100;

/// Default number of slots to look back for the
/// [`crate::blober_client::BloberClient::get_ledger_blobs`] method.
pub const DEFAULT_LOOKBACK_SLOTS: u64 = 10;