Crate ic_utils

Source
Expand description

ic-utils is a collection of utilities to help build clients and canisters running on the Internet Computer. It is meant as a higher level tool.

Re-exports§

pub use canister::Argument;
pub use canister::Canister;

Modules§

call
Utilities to encapsulate calls to a canister.
canister
A higher-level canister type for managing various aspects of a canister.
interfaces
A few known canister types for use with Canister.