Crate solana_rpc_client

Source

Modulesยง

http_sender
Nonblocking RpcSender over HTTP.
mock_sender
A nonblocking RpcSender used for unit testing RpcClient.
mock_sender_for_cli
nonblocking
rpc_client
Communication with a Solana node over RPC.
rpc_sender
A transport for RPC calls.
spinner
Spinner creator. This module is wrapped by the spinner feature, which is on by default. It can be disabled and the dependency on indicatif avoided by running with default-features = false