send_input_with_gas_delayed

Function send_input_with_gas_delayed 

Source
pub fn send_input_with_gas_delayed(
    program: ActorId,
    gas_limit: u64,
    value: u128,
    range: impl RangeBounds<usize>,
    delay: u32,
) -> Result<MessageId, Error>
Expand description

Same as send_input_with_gas, but sends the message after the delay expressed in block count.