Helius Rust Client
Rust client for Helius's Solana APIs and standard Solana RPC calls. Read more about Helius's APIs here.
Available on crates.io.
Install
Add the crate to your Cargo.toml.
helius-rust-client = "0.1.0"
Examples
let client = new;
let token_balances = client
.get_token_balances
.await.unwrap;
println!;
More examples can be found in the [tests] directory (in the form of tests). Provide an API key and addresses and run them with -- --nocapture in order to see the printed outputs.