ic-asset 0.29.0

Library for storing files in an asset canister.
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) const API_VERSION: &str = "api_version";
pub(crate) const COMMIT_BATCH: &str = "commit_batch";
pub(crate) const COMPUTE_EVIDENCE: &str = "compute_evidence";
pub(crate) const CREATE_BATCH: &str = "create_batch";
pub(crate) const CREATE_CHUNK: &str = "create_chunk";
pub(crate) const CREATE_CHUNKS: &str = "create_chunks";
pub(crate) const GET_ASSET_PROPERTIES: &str = "get_asset_properties";
pub(crate) const LIST: &str = "list";
pub(crate) const PROPOSE_COMMIT_BATCH: &str = "propose_commit_batch";