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§
- auth
- Delegation workflow helpers
- canister
- Canister lifecycle, placement, and topology
- env
- Environment queries
- 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)
- runtime
- Runtime bootstrap helpers
- timer
- Timers and scheduling helpers