pub fn send_with_gas_delayed<E>(
program: ActorId,
payload: E,
gas_limit: u64,
value: u128,
delay: u32,
) -> Result<MessageId, Error>where
E: Encode,Expand description
Same as send_with_gas, but sends the message after the delay expressed
in block count.