Registry / networking / solana-tpu-client

solana-tpu-client

JSON →
library4.0.0rscratesunverified

Solana TPU (Transaction Processing Unit) client for sending transactions to the Solana network.

# Cargo.toml [dependencies] solana-tpu-client = "4.0.0"
INSTALL
IMPORT
SIG · SOLANA-TPU-CLIENT
S
solana-tpu-client
networkingrustv4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TpuClient
use solana_tpu_client::TpuClient;

Create a new TPU client instance.

use solana_tpu_client::TpuClient; fn main() { let client = TpuClient::new(); println!("TPU client created"); }
Debug
Known issues
gotchaRequires a running Solana validator or RPC endpoint to function.
fix
Ensure you have a valid Solana cluster endpoint configured.
affects: >=4.0.0
Upgrade
Version history
4.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
solana-tpu-client — cargo add solana-tpu-client · libregistry