Exemple #1
0
 private protected TxExecution(BlockHash blockHash, TxId txId)
 {
     BlockHash = blockHash;
     TxId      = txId;
 }