Variable GetNodeStatusResponseConst

GetNodeStatusResponse: ZodObject<{
    components: ZodObject<{
        chain: ZodObject<{
            detail: ZodOptional<ZodNullable<ZodString>>;
            status: ZodString;
        }, $strip>;
        network: ZodObject<{
            detail: ZodOptional<ZodNullable<ZodString>>;
            status: ZodString;
        }, $strip>;
        transport: ZodObject<{
            detail: ZodOptional<ZodNullable<ZodString>>;
            status: ZodString;
        }, $strip>;
    }, $strip>;
    nodeState: ZodString;
    overall: ZodString;
}, $strip> = ...

Type declaration

  • components: ZodObject<{
        chain: ZodObject<{
            detail: ZodOptional<ZodNullable<ZodString>>;
            status: ZodString;
        }, $strip>;
        network: ZodObject<{
            detail: ZodOptional<ZodNullable<ZodString>>;
            status: ZodString;
        }, $strip>;
        transport: ZodObject<{
            detail: ZodOptional<ZodNullable<ZodString>>;
            status: ZodString;
        }, $strip>;
    }, $strip>
  • nodeState: ZodString
  • overall: ZodString