AbandonTransaction overloads
Synopses
Declared in <wallet/wallet.h>
Mark a wallet transaction (and its descendants) as abandoned.
[[requires_capability(0x7f94fde06718), requires_capability(0x7f95061a9458), requires_capability(0x7f94f2b79f68), requires_capability(0x7f94f0cf8bf8), requires_capability(0x7f94fee3b5e8)]]
bool
AbandonTransaction(CWalletTx& tx);
Mark a transaction (and it in‐wallet descendants) as abandoned so its inputs may be respent.
bool
AbandonTransaction(Txid const& hashTx);
Return Value
true if the transaction was marked abandoned.
Parameters
Name |
Description |
tx |
The wallet transaction to abandon. |
hashTx |
The txid of the transaction to abandon. |
Created with MrDocs