- getStatus(payload): Promise<{
components: {
chain: {
detail?: null | string;
status: string;
};
network: {
detail?: null | string;
status: string;
};
transport: {
detail?: null | string;
status: string;
};
};
nodeState: string;
overall: string;
}> Parameters
- payload: {
apiEndpoint: string | URL;
apiToken: string;
timeout?: number;
}apiEndpoint: string | URL
apiToken: string
Optional timeout?: number
Returns Promise<{
components: {
chain: {
detail?: null | string;
status: string;
};
network: {
detail?: null | string;
status: string;
};
transport: {
detail?: null | string;
status: string;
};
};
nodeState: string;
overall: string;
}>
The API endpoint for authentication.