Module management

Module management 

Source

Structs§

CanisterSettings
CanisterStatus
Query the status of a canister.
CanisterStatusResponse
CreateCanister
Create a canister on the current subnet.
CreateCanisterArgument
DefiniteCanisterSettings
DeleteCanister
Delete the canister.
DepositCycles
Deposit the cycles in the call to the given canister’s balance.
InstallCode
Installs the given WASM module on the canister.
InstallCodeArgument
ProvisionalCreateCanisterWithCycles
Create a canister on dev versions of the I.C.
ProvisionalCreateCanisterWithCyclesArgument
ProvisionalTopUpCanister
Top up a canister with the given amount of cycles on dev versions of I.C.
ProvisionalTopUpCanisterArgument
RawRand
Return 32 bytes of random data.
StartCanister
Start the canister.
StopCanister
Stop the canister.
UninstallCode
Uninstall the code for the given canister.
UpdateSettings
Update the settings of a canister.
UpdateSettingsArgument
WithCanisterId

Enums§

InstallMode
Status