Docs.rs
spl-token-client-0.3.0
spl-token-client 0.3.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
anza-team
Dependencies
async-trait ^0.1
normal
solana-cli-output =1.14.6
normal
solana-client =1.14.6
normal
solana-program-test =1.14.6
normal
solana-sdk =1.14.6
normal
spl-associated-token-account ^1.1
normal
spl-memo ^3.0.1
normal
spl-token ^3.5
normal
spl-token-2022 ^0.5
normal
thiserror ^1.0
normal
Versions
52.38%
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
☰
TokenResult
In spl_token_client::token
?
Type Definition
spl_token_client
::
token
::
TokenResult
source
·
[
−
]
pub type TokenResult<T> =
Result
<T,
TokenError
>;