Expand description

Functions and types for calling the IC management canister.

This module is a direct translation from the interface description.

The functions and types defined in this module serves these purposes:

  • Make it easy to construct correct request data.
  • Handle the response ergonomically.
  • For those calls require cycles payments, the cycles amount is an explicit argument.

Modules