wallet::CWallet::LoadToWallet

Load a wallet transaction read from the database into memory.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7ff3720eff88), requires_capability(0x7ff365f1ff88), requires_capability(0x7ff35de5e938), requires_capability(0x7ff35efe3418), requires_capability(0x7ff366fcf9f8)]]
bool
LoadToWallet(CWalletTx&& wtx);

Return Value

true if the transaction was loaded.

Parameters

NameDescription
wtxThe wallet transaction to load.