Interface ISinkBlueScoreChanged

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

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

Indexable

[key: string]: any