wallet::CWallet::RefreshTXOsFromTx

Cache outputs that belong to the wallet from a single transaction

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7fbc76bfc988), requires_capability(0x7fbc81b76348), requires_capability(0x7fbc7e0141c8), requires_capability(0x7fbc7e243678), requires_capability(0x7fbc8e7142b8)]]
void
RefreshTXOsFromTx(CWalletTx const& wtx);

Parameters

NameDescription
wtxThe wallet transaction whose outputs to cache.