pub fn reply_input_with_gas(
gas_limit: u64,
value: u128,
range: impl RangeBounds<usize>,
) -> Result<MessageId, Error>Expand description
Same as reply_input, but with an explicit gas limit.
pub fn reply_input_with_gas(
gas_limit: u64,
value: u128,
range: impl RangeBounds<usize>,
) -> Result<MessageId, Error>Same as reply_input, but with an explicit gas limit.