Skip to content

CanisterStatusType

CanisterStatusType = { stopped: null; } | { stopping: null; } | { running: null; }

Defined in: packages/canisters/src/declarations/ckbtc/minter.d.ts:58