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. - Decimal
- Decimal
Candid-friendly decimal wrapper backed by
rust_decimal::Decimal. - Wasm
Module - WasmModule Holds a reference to embedded WASM bytes and exposes helper inspectors.