Interface IVirtualDaaScoreChanged

Virtual DAA score changed notification event is produced when the virtual Difficulty Adjustment Algorithm (DAA) score changes in the Kaspa BlockDAG.

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

Indexable

[key: string]: any

Generated using TypeDoc