pub type SnarkAccount = WithLazyHash<Box<Account>>;
Aliased Type§
pub struct SnarkAccount {
pub data: Box<Account>,
hash: LazyValue<Fp256<FpParameters>, Witness<Fp256<FpParameters>>>,
}
Fields§
§data: Box<Account>
§hash: LazyValue<Fp256<FpParameters>, Witness<Fp256<FpParameters>>>