Interface IConnectEvent

Emitted by UtxoProcessor when it negotiates a successful RPC connection.

interface IConnectEvent {
    networkId: string;
    url?: string;
}

Properties

Properties

networkId: string
url?: string

Generated using TypeDoc