Interface IBlockAdded

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

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

Indexable

[key: string]: any

Generated using TypeDoc