Type Alias SnarkSignedAmount

Source
pub type SnarkSignedAmount = CheckedSigned<Fp, CheckedAmount<Fp>>;

Aliased Type§

pub struct SnarkSignedAmount {
    pub magnitude: CheckedAmount<Fp256<FpParameters>>,
    pub sgn: CircuitVar<Sgn>,
    pub value: Cell<Option<Fp256<FpParameters>>>,
}

Fields§

§magnitude: CheckedAmount<Fp256<FpParameters>>§sgn: CircuitVar<Sgn>§value: Cell<Option<Fp256<FpParameters>>>