Type alias ActiveConnectionDataMessage

ActiveConnectionDataMessage: {
    connections: Record<string, {
        host: Host;
        hostName: Hostname | undefined;
        port: Port;
        primary: boolean;
        timeout: number | undefined;
    }>;
    nodeId: NodeIdEncoded;
}

Type declaration

  • connections: Record<string, {
        host: Host;
        hostName: Hostname | undefined;
        port: Port;
        primary: boolean;
        timeout: number | undefined;
    }>
  • nodeId: NodeIdEncoded

Generated using TypeDoc