pub fn create_program_bytes_with_gas(
    code_id: CodeId,
    salt: impl AsRef<[u8]>,
    payload: impl AsRef<[u8]>,
    gas_limit: u64,
    value: u128
) -> Result<(MessageId, ActorId)>
Expand description

Same as create_program_bytes, but with an explicit gas limit.