Struct solana_zk_token_sdk::zk_token_elgamal::pod::RangeProof64 [−][src]
Expand description
Serialization of range proofs for 64-bit numbers (for Withdraw
instruction)
Tuple Fields
0: [u8; 672]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RangeProof64
impl Send for RangeProof64
impl Sync for RangeProof64
impl Unpin for RangeProof64
impl UnwindSafe for RangeProof64
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more