Docs.rs
solana-program-client-0.1.0
solana-program-client 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
cenwadike
Dependencies
anchor-client ^0.30.0
normal
base64 ^0.22.1
normal
bincode ^1.3.3
normal
borsh ^1.4.0
normal
serde_json ^1.0.117
normal
solana-address-lookup-table-program ^1.18.15
normal
solana-client ^1.18.9
normal
solana-sdk ^1.18.9
normal
solana-transaction-status ^1.18.15
normal
Versions
35.71%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
solana_program_client/
lib.rs
1
pub mod
legacy_tx;
2
pub mod
versioned_tx;
3
4
pub use
legacy_tx::
*
;
5
pub use
versioned_tx::
*
;