Module api

Module api 

Source
Expand description

Structured public runtime API surface.

This module groups Canic’s runtime capabilities by intent (auth, calls, canister topology, observability, scheduling) rather than mirroring internal core layout.

Modules§

access
Access & authorization
canister
Canister lifecycle, placement, and topology
ic
IC primitives (calls, HTTP, crypto, network, system APIs)
ops
Observability and operational helpers
protocol
Protocol (protocol runtime services)
rpc
RPC abstractions (non-IC-specific)
timer
Timers and scheduling helpers