[#LoadWalletFn] = LoadWalletFn :mrdocs: Callback invoked when a wallet is loaded, receiving the wallet interface. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using LoadWalletFn = std::function<void(std::unique_ptr<interfaces::Wallet>)>; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#