Type Alias drk::walletdb::WalletSmt

source ·
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 */ }