canic-core 0.94.12

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

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