Interface IServerStatusEvent

Emitted by UtxoProcessor after successfully opening an RPC connection to the Kaspa node. This event contains general information about the Kaspa node.

interface IServerStatusEvent {
    isSynced: boolean;
    networkId: string;
    serverVersion: string;
    url?: string;
}

Properties

isSynced: boolean
networkId: string
serverVersion: string
url?: string

Generated using TypeDoc