Crate ic_kit[][src]

Re-exports

pub use ic_cdk::export::candid;

Modules

The type definition of common canisters on the Internet Computer.

Structs

A context that could be used to fake/control the behaviour of the IC when testing the canister.

A principal describes the security context of an identity, namely any identity that can be authenticated along with a specific role. In the case of the Internet Computer this maps currently to the identities that can be authenticated by a canister. For example, a canister ID is a Principal. So is a user.

Traits

Functions

Return the IC context depending on the build target.

Type Definitions