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