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

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