canic-core 0.56.0

Canic — a canister orchestration and management toolkit for the Internet Computer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
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};
pub use canic::{
    CanicCall, CanicCallBuilder, CanicInternalCallOptions, CanicInternalClient,
    CanicInternalWaitMode, ProtectedInternalEndpoint,
};