pub type WalletSmt<'a> = SparseMerkleTree<'static, SMT_FP_DEPTH, { _ }, Base, PoseidonFp, WalletStorage<'a>>;
Expand description
Wallet SMT definition
Aliased Typeยง
struct WalletSmt<'a> { /* private fields */ }
pub type WalletSmt<'a> = SparseMerkleTree<'static, SMT_FP_DEPTH, { _ }, Base, PoseidonFp, WalletStorage<'a>>;
Wallet SMT definition
struct WalletSmt<'a> { /* private fields */ }