Interface IFinalityConflict

Finality conflict notification event is produced when a finality conflict occurs in the Spectre BlockDAG.

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

Indexable

[key: string]: any