Crate solana_balanced_client

Source

Re-exports§

pub use solana_client;

Structs§

SolanaClient
An asynchronous Solana client that can manage multiple RPC clients, each of them with its own limits and configuration.
SolanaClientInner
Data of SolanaClient. This is separated from the struct to allow internal mutability.
SolanaClientRateLimit
Limit for rates like requests per second or compute units per interval.
SolanaClientRpc
A single Solana RPC client. Includes its limits to calculate usage.

Type Aliases§

SolanaClientRef