For all purposes, the xud RPC layer currently uses satoshi units (10^-8) for all fields related to currency amount and/or order quantity. However, it may be helpful and more intuitive if we return precise values for our wallet balances. This can be done using bignumber.js .
For all purposes, the xud RPC layer currently uses satoshi units (10^-8) for all fields related to currency amount and/or order quantity. However, it may be helpful and more intuitive if we return precise values for our wallet balances. This can be done using bignumber.js .