pub async fn provisional_create_canister_with_cycles(
arg: ProvisionalCreateCanisterWithCyclesArgument,
) -> CallResult<(CanisterIdRecord,)>
Expand description
Create a new canister with specified amount of cycles balance.
This method is only available in local development instances.