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 Freeze for JSInput
impl RefUnwindSafe for JSInput
impl Send for JSInput
impl Sync for JSInput
impl Unpin for JSInput
impl UnwindSafe for JSInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more