Type Definition sp_api::StorageTransactionCache [−][src]
type StorageTransactionCache<Block, Backend> = StorageTransactionCache<<Backend as StateBackend<HashFor<Block>>>::Transaction, HashFor<Block>, NumberFor<Block>>;
A type that is used as cache for the storage transactions.