Expand description

A few known canister types for use with Canister.

Re-exports

pub use http_request::HttpRequestCanister;
pub use management_canister::ManagementCanister;
pub use wallet::WalletCanister;

Modules

The canister interface for canisters that implement HTTP requests.

The canister interface for the IC management canister. See the specification for full documentation of the interface.

The canister interface for the cycles wallet canister.