CanisterStatusOptions
CanisterStatusOptions =
object
Defined in: packages/core/src/agent/canisterStatus/index.ts:42
Properties
Section titled “Properties”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
Section titled “canisterId”canisterId:
Principal
Defined in: packages/core/src/agent/canisterStatus/index.ts:46
The effective canister ID to use in the underlying HttpAgent.readState call.
disableCertificateTimeVerification?
Section titled “disableCertificateTimeVerification?”
optionaldisableCertificateTimeVerification:boolean
Defined in: packages/core/src/agent/canisterStatus/index.ts:60
Whether to disable the certificate freshness checks.
Default
Section titled “Default”falsepaths?
Section titled “paths?”Defined in: packages/core/src/agent/canisterStatus/index.ts:55
The paths to request.
Default
Section titled “Default”[]