Docs.rs
solana-zk-token-sdk-1.14.7
solana-zk-token-sdk 1.14.7
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
anza-team
Dependencies
base64 ^0.13
normal
bytemuck ^1.11.0
normal
num-derive ^0.3
normal
num-traits ^0.2
normal
solana-program =1.14.7
normal
aes-gcm-siv ^0.10.3
normal
arrayref ^0.3.6
normal
bincode ^1
normal
byteorder ^1
normal
cipher ^0.4
normal
curve25519-dalek ^3.2.1
normal
getrandom ^0.1
normal
itertools ^0.10.3
normal
lazy_static ^1.4.0
normal
merlin ^3
normal
rand ^0.7
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha3 ^0.9
normal
solana-sdk =1.14.7
normal
subtle ^2
normal
thiserror ^1.0
normal
zeroize ^1.3
normal
Versions
36.58%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Verifiable
Required Methods
verify
Implementors
In solana_zk_token_sdk::instruction
?
Trait
solana_zk_token_sdk
::
instruction
::
Verifiable
source
·
[
−
]
pub trait Verifiable { fn
verify
(&self) ->
Result
<
()
,
ProofError
>; }
Required Methods
source
fn
verify
(&self) ->
Result
<
()
,
ProofError
>
Implementors
source
impl
Verifiable
for
CloseAccountData
source
impl
Verifiable
for
PubkeyValidityData
source
impl
Verifiable
for
TransferData
source
impl
Verifiable
for
TransferWithFeeData
source
impl
Verifiable
for
WithdrawData
source
impl
Verifiable
for
WithdrawWithheldTokensData