Interface IFinalityConflict

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

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

Indexable

[key: string]: any

Generated using TypeDoc