Fire the load-wallet callbacks for a newly loaded wallet.
Declared in <wallet/wallet.h>
void
NotifyWalletLoaded(
WalletContext& context,
std::shared_ptr<CWallet> const& wallet);
| Name | Description |
|---|---|
| context | The wallet context whose callbacks to notify. |
| wallet | The wallet that was loaded. |