[][src]Type Definition solana_libra_vm::gas_schedule::GasCarrier

type GasCarrier = u64;

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.