canic-core 0.82.0

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
10
//! Pure domain value aliases used by policy and decision helpers.
//!
//! This module gives pure domain code a non-runtime namespace for shared value
//! types that are also used at IC/CDK boundaries. Re-exporting the same types
//! keeps serialized shapes and equality semantics unchanged.

pub use crate::cdk::types::{BoundedString64, Cycles, Principal};

#[cfg(test)]
pub use crate::cdk::types::TC;