Function gstd::msg::send_input_with_gas
source ยท pub fn send_input_with_gas(
program: ActorId,
gas_limit: u64,
value: u128,
range: impl RangeBounds<usize>,
) -> Result<MessageId>
Expand description
Same as send_input
, but with an explicit gas limit.