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