Experimental Motoko Modules

We reference these modules for completeness, but will not cover them in depth.

NOTE
These system APIs are experimental and may change in the future.

ExperimentalCycles

This module allows for working with cycles during canister calls.

See the official docs and the Base Library Reference for more information.

ExperimentalInternetComputer

This module exposes low-level system functions for calling other canisters and instruction counting.

See the Base Library Reference for more information.

ExperimentalStableMemory

This module exposes low-level system functions for working with stable memory.

See Stable Storage and the Base Library Reference for more information.