Interface ISinkBlueScoreChanged

Sink blue score changed notification event is produced when the blue score of the sink block changes in the Kaspa BlockDAG.

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

Indexable

[key: string]: any

Generated using TypeDoc