8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Nice library.
We'd like to do a PR to add following functionality to better display token dust. E.g. when amounts are < 0.0
dnum.format([ 126, 8], roundDust: 1) => 0.00001 dnum.format([ 126, 8], roundDust: 2) => 0.000013
Would you accept a PR for that, any considerations?