pub type StorageTransactionCache<Block, Backend> = StorageTransactionCache<<Backend as StateBackend<HashFor<Block>>>::Transaction, HashFor<Block>, NumberFor<Block>>;
Expand description
A type that is used as cache for the storage transactions.
Aliased Typeยง
pub struct StorageTransactionCache<Block, Backend> { /* private fields */ }