Skip to main content

Module call

Module call 

Source
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.
CallBuilder
Public builder for one instrumented inter-canister call.
CallResult
Public response wrapper with typed Candid decoding.