Type Alias SnarkAmount

Source
pub type SnarkAmount = CheckedAmount<Fp>;

Aliased Type§

pub struct SnarkAmount(Fp256<FpParameters>);

Tuple Fields§

§0: Fp256<FpParameters>

Trait Implementations§

Source§

impl AmountInterface for SnarkAmount

Source§

type W = Witness<Fp256<FpParameters>>

Source§

type Bool = CircuitVar<Boolean>

Source§

fn zero() -> Self

Source§

fn of_constant_fee(fee: Fee) -> Self