public MemoryStorageContext()
 {
     this._blockHeaderStorage = new MemoryBlockHeaderStorage(this);
     this._blockTransactionsStorage = new MemoryBlockTransactionsStorage(this);
     this._chainedBlockStorage = new MemoryChainedBlockStorage(this);
     this._blockchainStorage = new MemoryBlockchainStorage(this);
 }
Exemple #2
0
 public MemoryStorageContext()
 {
     this._blockHeaderStorage       = new MemoryBlockHeaderStorage(this);
     this._blockTransactionsStorage = new MemoryBlockTransactionsStorage(this);
     this._chainedBlockStorage      = new MemoryChainedBlockStorage(this);
     this._blockchainStorage        = new MemoryBlockchainStorage(this);
 }