wallet::CWallet::RefreshTXOsFromTx

Cache outputs that belong to the wallet from a single transaction

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720eefd8), requires_capability(0x7ff365f1efd8), requires_capability(0x7ff35de5d988), requires_capability(0x7ff35efe2468), requires_capability(0x7ff366fcea48)]]
void
RefreshTXOsFromTx(CWalletTx const& wtx);

Parameters

NameDescription
wtxThe wallet transaction whose outputs to cache.