Skip to main content

Interface: HealthReport

Defined in: types.ts:52

Snapshot of SDK operational status returned by checkHealth.

Properties

checkpoints

checkpoints: object

Defined in: types.ts:54

Health/readiness status for checkpoint state.

hasState

hasState: boolean

Whether at least one checkpoint is available.

healthy

healthy: boolean

Whether the checkpoint subsystem is healthy.


logs

logs: object

Defined in: types.ts:61

Health/readiness status for buffered logs.

buffered

buffered: number

Number of currently buffered log entries.

healthy

healthy: boolean

Whether the log subsystem is healthy.


wallet

wallet: object

Defined in: types.ts:68

Health/readiness status for wallet funding.

balance

balance: bigint

Current wallet balance in atto-USDFC.

healthy

healthy: boolean

Whether the wallet has a positive spendable balance.