Type alias GetInfoResponseType

GetInfoResponseType: {
    announcedAddress: string[];
    chain: string;
    channelClosurePeriod: number;
    connectivityStatus: "Unknown" | "Red" | "Orange" | "Yellow" | "Green";
    hoprChannels: string;
    hoprManagementModule: string;
    hoprNetworkRegistry?: string;
    hoprNodeSafe: string;
    hoprNodeSafeRegistry?: string;
    hoprToken: string;
    indexBlockPrevChecksum?: number;
    indexerBlock?: number;
    indexerChecksum?: string;
    indexerLastLogBlock?: number;
    indexerLastLogChecksum?: string;
    isEligible: boolean;
    listeningAddress: string[];
    network: string;
    provider?: string;
}

Get Info

Type declaration

  • announcedAddress: string[]
  • chain: string
  • channelClosurePeriod: number
  • connectivityStatus: "Unknown" | "Red" | "Orange" | "Yellow" | "Green"
  • hoprChannels: string
  • hoprManagementModule: string
  • Optional hoprNetworkRegistry?: string
  • hoprNodeSafe: string
  • Optional hoprNodeSafeRegistry?: string
  • hoprToken: string
  • Optional indexBlockPrevChecksum?: number
  • Optional indexerBlock?: number
  • Optional indexerChecksum?: string
  • Optional indexerLastLogBlock?: number
  • Optional indexerLastLogChecksum?: string
  • isEligible: boolean
  • listeningAddress: string[]
  • network: string
  • Optional provider?: string