Interface INewBlockTemplate

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

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

Indexable

[key: string]: any

Generated using TypeDoc