Expand description

The canister interface for the IC management canister. See the specification for full documentation of the interface.

Re-exports

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

Modules

Checked wrappers around certain numeric values used in management calls.

Builder interfaces for some method calls of the management canister.

Structs

The concrete settings of a canister.

The IC management canister.

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

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

All the known methods of the management canister.