Return whether transaction can be abandoned
Synopsis
Declared in <wallet/wallet.h>
bool
TransactionCanBeAbandoned(Txid const& hashTx) const;
Return Value
true if the transaction can be abandoned.
Parameters
Name |
Description |
hashTx |
The txid to check. |
Created with MrDocs