Exemplo n.º 1
0
 public MemoryStorageContext()
 {
     this._blockHeaderStorage = new MemoryBlockHeaderStorage(this);
     this._blockTransactionsStorage = new MemoryBlockTransactionsStorage(this);
     this._chainedBlockStorage = new MemoryChainedBlockStorage(this);
     this._blockchainStorage = new MemoryBlockchainStorage(this);
 }
Exemplo n.º 2
0
 public MemoryStorageContext()
 {
     this._blockHeaderStorage       = new MemoryBlockHeaderStorage(this);
     this._blockTransactionsStorage = new MemoryBlockTransactionsStorage(this);
     this._chainedBlockStorage      = new MemoryChainedBlockStorage(this);
     this._blockchainStorage        = new MemoryBlockchainStorage(this);
 }