Interface IBalanceEvent

Emitted by UtxoContext when detecting a balance change. This notification is produced during the UTXO scan, when UtxoContext detects incoming or outgoing transactions or when transactions change their state (e.g. from pending to confirmed).

interface IBalanceEvent {
    balance?: IBalance;
    id: string;
}

Properties

Properties

balance?: IBalance
id: string

Generated using TypeDoc