send_bytes_for_reply

Function send_bytes_for_reply 

Source
pub fn send_bytes_for_reply<T>(
    program: ActorId,
    payload: T,
    value: u128,
    reply_deposit: u64,
) -> Result<MessageFuture, Error>
where T: AsRef<[u8]>,
Expand description

Same as send_bytes, 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