send_input_with_gas_for_reply

Function send_input_with_gas_for_reply 

Source
pub fn send_input_with_gas_for_reply(
    program: ActorId,
    gas_limit: u64,
    value: u128,
    range: impl RangeBounds<usize>,
    reply_deposit: u64,
) -> Result<MessageFuture, Error>
Expand description

Same as send_input_with_gas, but the program will interrupt until the reply is received.

Argument reply_deposit: u64 used to provide gas for future reply handling (skipped if zero).

ยงSee also