Docs.rs
light-client-0.19.0
light-client 0.19.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ananas-block
Dependencies
anchor-lang ^0.31.1
normal
optional
async-trait ^0.1.82
normal
base64 ^0.13
normal
borsh ^0.10.4
normal
bs58 ^0.5.1
normal
futures ^0.3.31
normal
lazy_static ^1.5.0
normal
light-compressed-account ^0.9.0
normal
light-compressible ^0.4.0
normal
light-concurrent-merkle-tree ^5.0.0
normal
light-event ^0.4.0
normal
light-hasher ^5.0.0
normal
light-indexed-merkle-tree ^5.0.0
normal
light-merkle-tree-metadata ^0.9.0
normal
light-prover-client ^6.0.0
normal
light-sdk ^0.19.0
normal
light-token ^0.4.0
normal
light-token-interface ^0.3.0
normal
litesvm ^0.7
normal
optional
num-bigint ^0.4.6
normal
photon-api ^0.54.0
normal
rand ^0.8.5
normal
smallvec ^1.15
normal
solana-account ^2.2
normal
solana-account-decoder-client-types ^2.3
normal
solana-address-lookup-table-interface ^2.2.1
normal
solana-banks-client ^2.3
normal
optional
solana-clock ^2.2
normal
solana-commitment-config ^2.2
normal
solana-compute-budget-interface ^2.2
normal
solana-hash ^2.3
normal
solana-instruction ^2.3
normal
solana-keypair ^2.2
normal
solana-message ^2.2
normal
solana-program-error ^2.2
normal
solana-pubkey ^2.4.0
normal
solana-rpc-client ^2.3
normal
solana-rpc-client-api ^2.3
normal
solana-signature ^2.3
normal
solana-transaction ^2.2
normal
solana-transaction-error ^2.2
normal
solana-transaction-status-client-types ^2.3
normal
spl-pod ^0.5.1
normal
spl-token-2022-interface ^1.0.0
normal
thiserror ^2.0
normal
tokio ^1.48.0
normal
tracing ^0.1.41
normal
Versions
32.71%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module load_accounts
light_
client
0.19.0
Module load_
accounts
Module Items
Enums
Functions
In light_
client::
interface
light_client
::
interface
Module
load_
accounts
Copy item path
Source
Expand description
Load cold accounts API.
Enums
§
Load
Accounts
Error
Functions
§
create_
load_
instructions
Build load instructions for cold accounts. Returns empty vec if all hot. TODO: reduce ixn count and txn size, reduce roundtrips.