pub type Salt = Fr;Expand description
Deployment salt for address derivation.
This is the Rust equivalent of the TS Salt = Fr | number | bigint type alias.
Use impl Into<Salt> in account-facing APIs for ergonomic constructors.
Aliased Type§
pub struct Salt(pub Fp<MontBackend<FrConfig, 4>, 4>);Tuple Fields§
§0: Fp<MontBackend<FrConfig, 4>, 4>