Expand description
Shared Canic wrappers around candid-friendly IC/CDK types. Centralizes domain types so downstreams have a single import surface.
Structs§
- Bounded
String - BoundedString String wrapper enforcing a compile-time maximum length, with serde and storage trait implementations.
- Cycles
- Cycles
Thin wrapper around
Natthat carries helper traits and serializers for arithmetic on cycle balances. - Page
Request - PageRequest Common pagination envelope to avoid passing raw integers around.
- Wasm
Module - WasmModule Holds a reference to embedded WASM bytes and exposes helper inspectors.