Function gcore::msg::send_input_with_gas

source ·
pub fn send_input_with_gas(
    destination: ActorId,
    gas_limit: u64,
    value: u128,
    offset: u32,
    len: u32
) -> Result<MessageId>
Expand description

Same as send_input, but with explicit gas limit.