Exemplo n.º 1
0
 public static void AssertThatHashMatches(BitcoinObject bitObj, Hash160 expectedHash)
 {
     Assert.AreEqual(expectedHash, bitObj.Hash160);
 }
Exemplo n.º 2
0
 public ITestTx this[BitcoinObject bitObj]
 {
     get { return _txHash[bitObj]; }
 }
Exemplo n.º 3
0
 public ITestTx this[BitcoinObject bitObj]
 {
     get { return(_txHash[bitObj]); }
 }
Exemplo n.º 4
0
 public ITestBlock this[BitcoinObject bitObj]
 {
     get { return _blocksHash[bitObj]; }
 }
Exemplo n.º 5
0
 public ITestBlock this[BitcoinObject bitObj]
 {
     get { return(_blocksHash[bitObj]); }
 }