Variable IsNodeStartedPayloadConst

IsNodeStartedPayload: ZodObject<{
    apiEndpoint: ZodUnion<[ZodString, ZodCustom<URL, URL>]>;
    apiToken: ZodString;
    timeout: ZodOptional<ZodNumber>;
}, $strip> = BasePayload

Check whether the node is ready to accept connections.

Type declaration

  • apiEndpoint: ZodUnion<[ZodString, ZodCustom<URL, URL>]>

    The API endpoint for authentication.

  • apiToken: ZodString

    The API token for authentication.

  • timeout: ZodOptional<ZodNumber>

    optional timeout for the requests