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

Name

Description

context

The wallet context whose callbacks to notify.

wallet

The wallet that was loaded.

Created with MrDocs