Module interfaces

Module interfaces 

Source
Expand description

A few known canister types for use with Canister.

Re-exports§

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

Modules§

bitcoin_canister
The canister interface for the Bitcoin canister.
http_request
The canister interface for canisters that implement HTTP requests.
management_canister
The canister interface for the IC management canister. See the specification for full documentation of the interface.
wallet
The canister interface for the cycles wallet canister.