wallet::CWallet::RefreshTXOsFromTx

Cache outputs that belong to the wallet from a single transaction

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7f2e1e597b78), requires_capability(0x7f2e11aa8938), requires_capability(0x7f2e169fe728), requires_capability(0x7f2e15f2dbc8), requires_capability(0x7f2e12c6c858)]]
void
RefreshTXOsFromTx(CWalletTx const& wtx);

Parameters

NameDescription
wtxThe wallet transaction whose outputs to cache.