mirror of
https://github.com/status-im/status-go.git
synced 2025-02-14 15:56:47 +00:00
AmountInWei will have a wei-like units. Amount field becomes deprecated because it kept string with float value. Comparison (in case of Decimals == 5): Amount (deprecated) = "1.2" AmountInWei = "120000" Issue #11588