Function gstd::msg::send_input_with_gas

source ·
pub fn send_input_with_gas<Range: RangeBounds<usize>>(
    program: ActorId,
    gas_limit: u64,
    value: u128,
    range: Range
) -> Result<MessageId>
Expand description

Same as send_input, but with an explicit gas limit.