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