Interface INewBlockTemplate

New block template notification event is produced when a new block template is generated for mining in the Spectre BlockDAG.

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

Indexable

[key: string]: any