Crate canic_cdk

Crate canic_cdk 

Source

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

Macros§

eprintln
Format and then print the formatted message
export_candid
println
Format and then print the formatted message

Functions§

callDeprecated
Performs an asynchronous call to another canister.
notifyDeprecated
Like [notify_with_payment128], but sets the payment to zero.
trap
Traps with the given message.

Attribute Macros§

heartbeat
init
inspect_message
on_low_wasm_memory
post_upgrade
pre_upgrade
query
update