MCPcopy Create free account
hub / github.com/dfinity/orbit / canister_status

Function canister_status

tests/integration/src/utils.rs:413–419  ·  view source on GitHub ↗
(
    env: &PocketIc,
    sender: Option<Principal>,
    canister_id: Principal,
)

Source from the content-addressed store, hash-verified

411}
412
413pub fn canister_status(
414 env: &PocketIc,
415 sender: Option<Principal>,
416 canister_id: Principal,
417) -> CanisterStatusResult {
418 env.canister_status(canister_id, sender).unwrap()
419}
420
421pub fn set_controllers(
422 env: &PocketIc,

Calls 1

canister_statusMethod · 0.45