Interface IVirtualChainChanged

Virtual chain changed notification event is produced when the virtual chain changes in the Kaspa BlockDAG.

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

Indexable

[key: string]: any

Generated using TypeDoc