Uint128_18

Type Alias Uint128_18 

Source
pub type Uint128_18 = Decimal<u128, 18>;

Aliased Type§

#[repr(transparent)]
pub struct Uint128_18(pub u128);

Tuple 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.