canic-core 0.69.5

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
//! Module: model::blob_storage
//!
//! Responsibility: define pure blob-storage state models shared across layers.
//! Does not own: stable storage access, endpoint authorization, or gateway calls.
//! Boundary: consumed by blob-storage ops, storage, workflow, and views.

mod hash;

pub use hash::{BLOB_ROOT_HASH_BYTE_LENGTH, BlobRootHash, BlobRootHashError};