[#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(0x7ff3720eff88), requires_capability(0x7ff365f1ff88), requires_capability(0x7ff35de5e938), requires_capability(0x7ff35efe3418), requires_capability(0x7ff366fcf9f8)]] 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]#