Cache outputs that belong to the wallet from a single transaction
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7f94fde04628), requires_capability(0x7f95061a7368), requires_capability(0x7f94f2b77e78), requires_capability(0x7f94f0cf6b08), requires_capability(0x7f94fee394f8)]]
void
RefreshTXOsFromTx(CWalletTx const& wtx);
Parameters
Name |
Description |
wtx |
The wallet transaction whose outputs to cache. |
Created with MrDocs