Block added notification event is produced when a new block is added to the Spectre BlockDAG.

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

Indexable

[key: string]: any