UI for Zipcoin Blue

123456
  1. import { NetworkInterface } from '../../definitions';
  2. export declare const ERROR_NETWORK_ADDRESS_NOT_AVAIL = "NETWORK_ADDRESS_NOT_AVAIL";
  3. export declare function getSuitableNetworkInterfaces(): NetworkInterface[];
  4. export declare function findClosestOpenPort(port: number, host?: string): Promise<number>;
  5. export declare function isPortAvailable(port: number, host?: string): Promise<boolean>;