mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 20:21:03 +00:00
Balance is 128-bit value (#162)
* Replace 128-bit shim with real type. * Remove unneeded code. * Remove superfluous deps * Reinstate deps.
This commit is contained in:
committed by
Arkadiy Paronyan
parent
1204a560aa
commit
757e5beb8d
@@ -83,4 +83,4 @@ pub type Timestamp = u64;
|
||||
/// for an eventual total of 10^27 units (27 significant decimal figures).
|
||||
/// We round denomination to 10^12 (12 sdf), and leave the other redundancy at the upper end so
|
||||
/// that 32 bits may be multiplied with a balance in 128 bits without worrying about overflow.
|
||||
pub type Balance = runtime_primitives::U128;
|
||||
pub type Balance = u128;
|
||||
|
||||
Reference in New Issue
Block a user