Type Definition diem_sdk::move_types::gas_schedule::GasCarrier
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.