[][src]Function ic_cdk::api::call::call

pub async fn call<T: ArgumentEncoder, R: for<'a> ArgumentDecoder<'a>, '_>(
    id: Principal,
    method: &'_ str,
    args: T
) -> CallResult<R>

Perform an asynchronous call to another canister via ic0.