Ejemplo n.º 1
0
 /// <inheritdoc cref="IStore"/>
 public bool ContainsTransaction(TxId txId)
 {
     return(_store.ContainsTransaction(txId));
 }