interface PublicNodeAddress {
    host: string;
    port: number;
}

Properties

Properties

host: string
port: number

Generated using TypeDoc