Exemple #1
0
 /// <inheritdoc cref="IStore"/>
 public bool DeleteTransaction(TxId txid)
 {
     return(_store.DeleteTransaction(txid));
 }