canic-core 0.65.20

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
pub mod call;
pub mod canic;
pub mod http;
pub mod ledger;
pub mod mgmt;
pub mod network;

pub use call::{Call, CallBuilder, CallResult, IntentKey, IntentReservation};