Expand description

Checked wrappers around certain numeric values used in management calls.

Structs

A compute allocation for a canister, represented as a percentage between 0 and 100 inclusive.

A freezing threshold for a canister. Can be anywhere from 0 to 2^64-1 inclusive.

A memory allocation for a canister. Can be anywhere from 0 to 2^48 (i.e. 256 TiB) inclusive.

Enums

An error encountered when attempting to construct a ComputeAllocation.

An error encountered when attempting to construct a FreezingThreshold.

An error encountered when attempting to construct a MemoryAllocation.