[][src]Struct sapling_crypto_ce::circuit::sprout::JSInput

pub struct JSInput {
    pub value: Option<u64>,
    pub a_sk: Option<SpendingKey>,
    pub rho: Option<UniqueRandomness>,
    pub r: Option<CommitmentRandomness>,
    pub auth_path: [Option<([u8; 32], bool)>; 29],
}

Fields

value: Option<u64>a_sk: Option<SpendingKey>rho: Option<UniqueRandomness>r: Option<CommitmentRandomness>auth_path: [Option<([u8; 32], bool)>; 29]

Auto Trait Implementations

impl Send for JSInput

impl Sync for JSInput

impl Unpin for JSInput

impl UnwindSafe for JSInput

impl RefUnwindSafe for JSInput

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self