Type Alias I80F48

Source
pub type I80F48 = FixedI128<U48>;
Expand description

FixedI128 with 80 integer bits and 48 fractional bits.

Aliased Typeยง

struct I80F48 { /* private fields */ }