[#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(0x7f2e1e598b28), requires_capability(0x7f2e11aa98e8), requires_capability(0x7f2e169ff6d8), requires_capability(0x7f2e15f2eb78), requires_capability(0x7f2e12c6d808)]] 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]#