Expand description
Module: api::call
Responsibility: expose Canic’s instrumented inter-canister call builder. Does not own: call policy, transport mechanics, or protected Canic RPC. Boundary: maps the IC call workflow and its typed failures into the public API.
Structs§
- Call
- Entry point for constructing an instrumented inter-canister call.
- Call
Builder - Public builder for one instrumented inter-canister call.
- Call
Result - Public response wrapper with typed Candid decoding.