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.