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