canic-core 0.97.3

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
//! Module: cdk::spec::standards::icrc
//!
//! Responsibility: expose internal canonical ICRC ledger Candid bindings.
//! Does not own: ledger behavior, public protocol DTOs, or token accounting.
//! Boundary: keeps ICRC-2 wire types with Canic's internal ledger adapter.

pub mod icrc2;