Hyperlinkv0.8.0-beta.28

NodeStatus

NodeStatus.Statustypesrc/NodeStatus.ts:44
Struct.ReadonlySide<
  {
    readonly up: Boolean
    readonly status: Literals<readonly ["ok", "degraded"]>
    readonly startedAt: DateTimeUtc
    readonly uptimeMillis: Number
    readonly resourceCount: Number
    readonly resources: $Array<
      Struct<{
        readonly key: String
        readonly kind: String
        readonly ready: Boolean
        readonly detail: optionalKey<String>
        readonly contractHash: optionalKey<String>
      }>
    >
  },
  "Type"
>

Live node status.

models
Source src/NodeStatus.ts:441 lines
export type Status = NodeStatusType;