Type Alias const_decimal::Uint128_18

source ·
pub type Uint128_18 = Decimal<u128, 18>;

Aliased Type§

struct Uint128_18(pub u128);

Fields§

§0: u128

Trait Implementations§

source§

impl From<Decimal<u64, 9>> for Uint128_18

source§

fn from(value: Uint64_9) -> Self

Converts to this type from the input type.