Discovery response from node's nodeCall

interface TLSNotaryDiscoveryInfo {
    notaryUrl: string;
    proxyUrl: string;
    publicKey: string;
    version: string;
}

Properties

notaryUrl: string

Notary WebSocket URL

proxyUrl: string

WebSocket proxy URL

publicKey: string

Notary's public key (hex)

version: string

TLSNotary version