Module ic_cdk::api[][src]

Expand description

System API and low level functions for it.

Modules

APIs to make and manage calls in the canister.

Functions

Returns the caller of the current call.

Get the amount of funds available in the canister.

When called from a query call, returns the data certificate authenticating certified_data set by this canister.

Returns the canister id as a blob.

Prints the given message.

Sets the certified data of this canister.

Traps with the given message.