canic-core 0.27.12

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod dispatch;
mod error;

pub use crate::dto::rpc::{
    CreateCanisterParent, CreateCanisterRequest, CreateCanisterResponse, CyclesRequest,
    CyclesResponse, RecycleCanisterRequest, RecycleCanisterResponse, Request, Response,
    RootRequestMetadata, UpgradeCanisterRequest, UpgradeCanisterResponse,
};
#[expect(unused_imports)]
pub use dispatch::{CyclesRpc, RequestOps, UpgradeCanisterRpc};
pub use error::RequestOpsError;