Skip to main content

D18s8

Type Alias D18s8 

Source
pub type D18s8 = D18<8>;
Expand description

Scale alias: D18<8>. 1 LSB = 10^-8 (satoshi). Range ±9.2 × 10¹⁰.

Aliased Type§

#[repr(transparent)]
pub struct D18s8(pub i64);

Tuple Fields§

§0: i64