Interface IPruningPointUtxoSetOverride

Pruning point UTXO set override notification event is produced when the UTXO set override for the pruning point changes in the Kaspa BlockDAG.

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

Indexable

[key: string]: any

Generated using TypeDoc