pub fn call_with_payment<T: ArgumentEncoder, R: for<'a> ArgumentDecoder<'a>, S: Into<String>>(
id: Principal,
method: S,
args: T,
cycles: u64,
) -> CallResponse<R>pub fn call_with_payment<T: ArgumentEncoder, R: for<'a> ArgumentDecoder<'a>, S: Into<String>>(
id: Principal,
method: S,
args: T,
cycles: u64,
) -> CallResponse<R>