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;
indexerBlock?: number;
indexerLastLogBlock?: number;
indexerLastLogChecksum?: string;
isEligible: boolean;
listeningAddress: string[];
network: string;
provider?: string;
}
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 indexerBlock?: number
Optional indexerLastLogBlock?: number
Optional indexerLastLogChecksum?: string
isEligible: boolean
listeningAddress: string[]
network: string
Optional provider?: string
Get Info