nooschain / observability/observability-service / ChainObservabilityOptions
Interface: ChainObservabilityOptions
Defined in: observability/observability-service.ts:35
Options accepted by the chain observability endpoint.
Properties
runReplay?
optionalrunReplay?:boolean
Defined in: observability/observability-service.ts:39
Reserved query flag; the endpoint reports replay cache state instead of running replay.
runVerify?
optionalrunVerify?:boolean
Defined in: observability/observability-service.ts:37
Run chain verification before returning status. Replay is still skipped.