Interface IDaaScoreChangeEvent

Emitted by UtxoProcessor on DAA score change.

interface IDaaScoreChangeEvent {
    currentDaaScore: number;
}

Properties

Properties

currentDaaScore: number

Generated using TypeDoc