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

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

Perform an asynchronous call to another canister via ic0.