Type Alias storage_proofs_update::constants::TreeRBaseTree

source ·
pub type TreeRBaseTree = LCTree<TreeRHasher, U8, U0, U0>;

Aliased Type§

struct TreeRBaseTree {
    pub inner: MerkleTree<PoseidonDomain, PoseidonFunction, LevelCacheStore<PoseidonDomain, File>, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>>,
    pub h: PhantomData<PoseidonHasher>,
}

Fields§

§inner: MerkleTree<PoseidonDomain, PoseidonFunction, LevelCacheStore<PoseidonDomain, File>, UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>>§h: PhantomData<PoseidonHasher>