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

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