[#wallet-CWallet-LoadWalletArgs] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::LoadWalletArgs :relfileprefix: ../../ :mrdocs: Apply command‐line and configuration arguments to a wallet. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool LoadWalletArgs( std::shared_ptr<CWallet> wallet, xref:wallet/WalletContext.adoc[WalletContext] const& context, xref:bilingual_str.adoc[bilingual_str]& error, std::vector<bilingual_str>& warnings); ---- == Return Value true if the arguments were applied successfully. == Parameters [cols="1,4"] |=== | Name| Description | *wallet* | The wallet to configure. | *context* | The wallet context supplying the arguments. | *error* | Set to an error message on failure. | *warnings* | Warnings produced while applying arguments. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#