Exemplo n.º 1
0
 public SqlServerStorageContext()
 {
     this._blockHeaderStorage = new BlockHeaderStorage(this);
     this._blockTransactionsStorage = new BlockTransactionsStorage(this);
     this._chainedBlockStorage = new ChainedBlockStorage(this);
     this._blockchainStorage = new BlockchainStorage(this);
 }
Exemplo n.º 2
0
 public SqlServerStorageContext()
 {
     this._blockHeaderStorage       = new BlockHeaderStorage(this);
     this._blockTransactionsStorage = new BlockTransactionsStorage(this);
     this._chainedBlockStorage      = new ChainedBlockStorage(this);
     this._blockchainStorage        = new BlockchainStorage(this);
 }