1
2
3
4
5
/// Token denomination type.
pub type Balance = u128;

/// Gas units which are used for computation and storage within the runtime.
pub type Gas = u64;