Skip to main content

Amount64

Type Alias Amount64 

Source
pub type Amount64 = Decimal<4>;
Expand description

Amount64 is a 64-bit integer based decimal type with 4 decimal digits precision.

Aliased Type§

pub struct Amount64(pub i64);

Tuple Fields§

§0: i64