Esempio n. 1
0
 public override Neo.IO.Caching.DataCache <StorageKey, StorageItem> GetStorages()
 => storages.GetCache();
Esempio n. 2
0
 public override Neo.IO.Caching.DataCache <UInt32Wrapper, HeaderHashList> GetHeaderHashList()
 => headerHashList.GetCache();
Esempio n. 3
0
 public override Neo.IO.Caching.DataCache <UInt256, AssetState> GetAssets()
 => assets.GetCache();
Esempio n. 4
0
 public override Neo.IO.Caching.DataCache <UInt160, ContractState> GetContracts()
 => contracts.GetCache();
Esempio n. 5
0
 public override Neo.IO.Caching.DataCache <ECPoint, ValidatorState> GetValidators()
 => validators.GetCache();
Esempio n. 6
0
 public override Neo.IO.Caching.DataCache <UInt256, SpentCoinState> GetSpentCoins()
 => spentCoins.GetCache();
Esempio n. 7
0
 public override Neo.IO.Caching.DataCache <UInt160, AccountState> GetAccounts()
 => accounts.GetCache();
Esempio n. 8
0
 public override Neo.IO.Caching.DataCache <UInt256, TransactionState> GetTransactions()
 => transactions.GetCache();
Esempio n. 9
0
 public override Neo.IO.Caching.DataCache <UInt256, BlockState> GetBlocks()
 => blocks.GetCache();