wallet::CWallet::AbandonTransaction

AbandonTransaction overloads

Synopses

Declared in <wallet/wallet.h>

Mark a wallet transaction (and its descendants) as abandoned.

[[requires_capability(0x7ff3720f10c8), requires_capability(0x7ff365f210c8), requires_capability(0x7ff35de5fa78), requires_capability(0x7ff35efe4558), requires_capability(0x7ff366fd0b38)]]
bool
AbandonTransaction(CWalletTx& tx);
» more...

Mark a transaction (and it in-wallet descendants) as abandoned so its inputs may be respent.

bool
AbandonTransaction(Txid const& hashTx);
» more...

Return Value

true if the transaction was marked abandoned.

Parameters

NameDescription
txThe wallet transaction to abandon.
hashTxThe txid of the transaction to abandon.