Callback invoked when a wallet is loaded, receiving the wallet interface.
Declared in <wallet/context.h>
<wallet/context.h>
using LoadWalletFn = std::function<void(std::unique_ptr<interfaces::Wallet>)>;