Function gstd::msg::send_input_for_reply_as
source · pub fn send_input_for_reply_as<D: Decode>(
program: ActorId,
value: u128,
range: impl RangeBounds<usize>,
reply_deposit: u64,
) -> Result<CodecMessageFuture<D>>
Expand description
Same as send_input
, 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).
The output should be decodable via SCALE codec.