wallet::NotifyWalletLoaded

Fire the load-wallet callbacks for a newly loaded wallet.

Synopsis

Declared in <wallet/wallet.h>

void
NotifyWalletLoaded(
    WalletContext& context,
    std::shared_ptr<CWallet> const& wallet);

Parameters

NameDescription
contextThe wallet context whose callbacks to notify.
walletThe wallet that was loaded.