Type Alias TransactionalTree

Source
pub type TransactionalTree<'a, E> = TransactionalTree<'a, IVec, E, PlainEncoding>;
Expand description

The “Plain” Tree’s TransactionalTree

Aliased Type§

pub struct TransactionalTree<'a, E>(/* private fields */);