wallet::CWallet::LoadToWallet

Load a wallet transaction read from the database into memory.

Synopsis

Declared in <wallet/wallet.h>

[[requires_capability(0x7fbc76bfd938), requires_capability(0x7fbc81b772f8), requires_capability(0x7fbc7e015178), requires_capability(0x7fbc7e244628), requires_capability(0x7fbc8e715268)]]
bool
LoadToWallet(CWalletTx&& wtx);

Return Value

true if the transaction was loaded.

Parameters

NameDescription
wtxThe wallet transaction to load.