Interface GetHostsResponse

interface GetHostsResponse {
    error: string;
    id: number;
    result: [string, string, number, string][];
}

Hierarchy (view full)

Properties

Properties

error: string
id: number

mostly usless id that increments with every request

result: [string, string, number, string][]

host id - ddf084f5f3d7945597991008949ea7b51e6b3d93 ip address - 127.0.0.1 port - 58846 status - "Online"