Interface IVirtualChainChanged

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

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

Indexable

[key: string]: any