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

Same as create_program_bytes_with_gas, but creates a new program after the delay expressed in block count.