Functions§
- create_
canister_ install_ code - Asynchronously creates a new canister and installs provided Wasm code with additional cycles.
- delete_
segment - Deletes a specified segment (canister).
- deposit_
cycles - Deposits cycles into a specified canister from the calling canister’s balance.
- install_
code - Asynchronously installs code on a specified canister.
- stop_
segment - Stops the execution of a specified segment (canister).
- update_
canister_ controllers - Asynchronously updates the controller list of a specified canister.