aergoio / herajs-client

Javascript client framework for aergo
https://herajs.readthedocs.io/
MIT License
9 stars 2 forks source link

Improve support for token units #14

Closed graup closed 5 years ago

graup commented 5 years ago

At the moment, transactions need to be passed the amount in aer (= 10^-18 aergo). There should be some unit conversion utility.

graup commented 5 years ago

Landed in aergoio/herajs@v0.3.2. There's a new class called Amount that handles parsing and formatting.