Skip to content

CanisterStatusOptions

CanisterStatusOptions = object

Defined in: packages/core/src/agent/canisterStatus/index.ts:42

agent: HttpAgent

Defined in: packages/core/src/agent/canisterStatus/index.ts:50

The agent to use to make the canister request. Must be authenticated.


canisterId: Principal

Defined in: packages/core/src/agent/canisterStatus/index.ts:46

The effective canister ID to use in the underlying HttpAgent.readState call.


optional disableCertificateTimeVerification: boolean

Defined in: packages/core/src/agent/canisterStatus/index.ts:60

Whether to disable the certificate freshness checks.

false

optional paths: Path[] | Set<Path>

Defined in: packages/core/src/agent/canisterStatus/index.ts:55

The paths to request.

[]