[#wallet-CWallet-LoadToWallet] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::LoadToWallet :relfileprefix: ../../ :mrdocs: Load a wallet transaction read from the database into memory. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f94fde055d8), requires_capability(0x7f95061a8318), requires_capability(0x7f94f2b78e28), requires_capability(0x7f94f0cf7ab8), requires_capability(0x7f94fee3a4a8)]] bool LoadToWallet(xref:wallet/CWalletTx.adoc[CWalletTx]&& wtx); ---- == Return Value true if the transaction was loaded. == Parameters [cols="1,4"] |=== | Name| Description | *wtx* | The wallet transaction to load. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#