[#wallet-NotifyWalletLoaded] = xref:wallet.adoc[wallet]::NotifyWalletLoaded :relfileprefix: ../ :mrdocs: Fire the load‐wallet callbacks for a newly loaded wallet. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void NotifyWalletLoaded( xref:wallet/WalletContext.adoc[WalletContext]& context, std::shared_ptr<CWallet> const& wallet); ---- == Parameters [cols="1,4"] |=== | Name| Description | *context* | The wallet context whose callbacks to notify. | *wallet* | The wallet that was loaded. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#