Interface IUtxosChanged

UTXOs changed notification event is produced when the set of unspent transaction outputs (UTXOs) changes in the Kaspa BlockDAG. The event notification is scoped to the monitored list of addresses specified during the subscription.

interface IUtxosChanged {
    [key: string]: any;
}

Indexable

[key: string]: any

Generated using TypeDoc