Re-exports§
pub use solana_client;
Structs§
- Solana
Client - An asynchronous Solana client that can manage multiple RPC clients, each of them with its own limits and configuration.
- Solana
Client Inner - Data of
SolanaClient
. This is separated from the struct to allow internal mutability. - Solana
Client Rate Limit - Limit for rates like requests per second or compute units per interval.
- Solana
Client Rpc - A single Solana RPC client. Includes its limits to calculate usage.