Type Definition ic_kit::ic::Cycles

source · []
pub type Cycles = u64;
Expand description

The type used to represent the cycles amount, which is u128 when the experimental-cycles128 feature is on and a u64 otherwise.