Module ic_utils::interfaces::management_canister[][src]

Re-exports

pub use builders::CreateCanisterBuilder;
pub use builders::InstallCodeBuilder;
pub use builders::UpdateCanisterBuilder;

Modules

attributes
builders

Structs

DefiniteCanisterSettings
ManagementCanister
StatusCallResult

The complete canister status information of a canister. This includes the CanisterStatus, a hash of the module installed on the canister (None if nothing installed), the contoller of the canister, the canisters memory size, and its balance in cycles.

Enums

CanisterStatus

The status of a Canister, whether it’s running, in the process of stopping, or stopped.

MgmtMethod