Function gstd::msg::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>
Expand description

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