Skip to main content

call_future

Function call_future 

Source
pub fn call_future(
    caller: &ModuleCaller,
    module: String,
    method: String,
    args: Vec<u8>,
) -> Pin<Box<dyn Future<Output = Result<Vec<u8>>> + Send + '_>>