Docs.rs
spl-token-client-0.16.0
spl-token-client 0.16.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
anza-team
Dependencies
async-trait ^0.1
normal
bincode ^1.3.2
normal
bytemuck ^1.23.0
normal
futures ^0.3.31
normal
futures-util ^0.3
normal
solana-banks-interface ^2.2.0
normal
solana-cli-output ^2.2.0
normal
optional
solana-program-test ^2.2.0
normal
solana-rpc-client ^2.2.0
normal
solana-rpc-client-api ^2.2.0
normal
solana-sdk ^2.2.1
normal
spl-associated-token-account-client ^2.0.0
normal
spl-elgamal-registry ^0.3.0
normal
spl-memo ^6.0
normal
spl-record ^0.3.0
normal
spl-token ^8.0
normal
spl-token-2022 ^9.0.0
normal
spl-token-confidential-transfer-proof-extraction ^0.4.0
normal
spl-token-confidential-transfer-proof-generation ^0.4.0
normal
spl-token-group-interface ^0.6.0
normal
spl-token-metadata-interface ^0.7.0
normal
spl-transfer-hook-interface ^0.10.0
normal
thiserror ^2.0
normal
async-trait ^0.1
dev
borsh ^1.5.7
dev
bytemuck ^1.23.0
dev
futures-util ^0.3
dev
solana-program ^2.2.1
dev
spl-associated-token-account ^7.0.0
dev
spl-instruction-padding ^0.3.0
dev
spl-pod ^0.5.1
dev
spl-tlv-account-resolution ^0.10.0
dev
test-case ^3.3
dev
Versions
47.85%
of the crate is documented
Go to latest version
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
spl_
token_
client
0.16.0
Send
Transaction
Required Associated Types
Output
Implementors
In spl_
token_
client::
client
spl_token_client
::
client
Trait
SendTransaction
Copy item path
Source
pub trait SendTransaction { type
Output
; }
Expand description
Basic trait for sending transactions to validator.
Required Associated Types
§
Source
type
Output
Implementors
§
Source
§
impl
SendTransaction
for
ProgramBanksClientProcessTransaction
Source
§
type
Output
=
()
Source
§
impl
SendTransaction
for
ProgramRpcClientSendTransaction
Source
§
type
Output
=
RpcClientResponse