pub async fn create_canister(
    arg: CreateCanisterArgument
) -> CallResult<(CanisterIdRecord,)>
Expand description

Register a new canister and get its canister id.

Note: This call charges CREATE_CANISTER_CYCLES from the caller canister.

See IC method create_canister.