wallet::CWallet::NotifyTransactionChanged

Wallet transaction added, removed or updated.

Synopsis

Declared in <wallet/wallet.h>

btcsignals::signal<void(Txid const&, ChangeType)> NotifyTransactionChanged;

Description

NOTE

called with lock cs_wallet held.