Beispiel #1
0
 public byte[] ContainsTransaction(byte[] txHash)
 {
     return(TransactionHashes.FirstOrDefault(t => t.BytesEqual(txHash)));
 }