Re-exports

pub use solana_client;

Structs

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

Type Definitions