send_bytes_with_gas_delayed

Function send_bytes_with_gas_delayed 

Source
pub fn send_bytes_with_gas_delayed<T>(
    program: ActorId,
    payload: T,
    gas_limit: u64,
    value: u128,
    delay: u32,
) -> Result<MessageId, Error>
where T: AsRef<[u8]>,
Expand description

Same as send_bytes_with_gas, but sends the message after the delay expressed in block count.