pub fn call<T: ArgumentEncoder, R: for<'a> ArgumentDecoder<'a>, S: Into<String>>(
id: Principal,
method: S,
args: T,
) -> CallResponse<R>Expand description
Perform the call and return the response.
pub fn call<T: ArgumentEncoder, R: for<'a> ArgumentDecoder<'a>, S: Into<String>>(
id: Principal,
method: S,
args: T,
) -> CallResponse<R>Perform the call and return the response.