Re-exports§
pub use candid;pub use ic_canister_sig_creation as canister_sig_creation;pub use ic_cdk_timers as timers;pub use ic_signature_verification as signature_verification;pub use icrc_ledger_types;
Modules§
- api
- System API bindings.
- bitcoin_
canister - This module provides functionality for making inter-canister calls to the Bitcoin canisters.
- call
- Inter-canister Call API
- futures
- Functions relating to the async executor.
- management_
canister - Functions and types for interacting with the IC management canister.
- mgmt
- Functions and types for interacting with the IC management canister.
- stable
- APIs to manage stable memory.
- storage
- Tools for managing stable storage of data in a canister.
- structures
- types
- utils
Macros§
- eprintln
- Format and then print the formatted message
- export_
candid - println
- Format and then print the formatted message
Functions§
- call
Deprecated - Performs an asynchronous call to another canister.
- notify
Deprecated - Like [
notify_with_payment128], but sets the payment to zero. - trap
- Traps with the given message.