Registry / http-client / spl-token-client

spl-token-client

JSON →
library0.18.0rscratesunverified

SPL-Token Rust Client.

# Cargo.toml [dependencies] spl-token-client = "0.18.0"
INSTALL
IMPORT
SIG · SPL-TOKEN-CLIENT
S
spl-token-client
http-clientrustv0.18.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.

TokenClient
use spl_token_client::client::TokenClient;

Minimal usage of SPL Token Client.

use spl_token_client::client::TokenClient; fn main() { let _client = TokenClient::new("https://api.mainnet-beta.solana.com"); }
Debug
Known issues
gotchaRequires Solana RPC endpoint; may need feature flags for different networks.
fix
Enable features like `serde` or `no-entrypoint` as needed.
affects: >=0.18.0
Upgrade
Version history
0.18.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Resources
spl-token-client — cargo add spl-token-client · libregistry