canic-template-types 0.19.1

Shared template and wasm-store identifier types for Canic
Documentation
1
2
3
4
5
6
7
8
9
//! Shared template and wasm-store identifier/value types.

pub mod dto;
pub mod ids;

pub use ids::{
    CanisterRole, TemplateChunkKey, TemplateChunkingMode, TemplateId, TemplateManifestState,
    TemplateReleaseKey, TemplateVersion, WasmStoreBinding, WasmStoreGcMode, WasmStoreGcStatus,
};