Function ic_kit::ic::call

source · []
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.