Type Definition move_core_types::gas_schedule::GasCarrier

source ·
pub type GasCarrier = u64;
Expand description

The underlying carrier for gas-related units and costs. Data with this type should not be manipulated directly, but instead be manipulated using the newtype wrappers defined around them and the functions defined in the GasAlgebra trait.