@mymonero/mymonero-bigint
v3.0.3
Published
A fork of the BigInt package to add lowVal and expose CONSTRUCT
Downloads
1,925
Readme
:warning: This project is under heavy development. Expect bugs & breaking changes.
Installation
npm i @mymonero/mymonero-bigint
Usage
const JSBigInt = require('@mymonero/mymonero-bigint').BigInteger;
const amount = new JSBigInt('12300000')
const amount_str = monero_amount_format_utils.formatMoney(amount)
License
See LICENSE.txt
for license.
All source code copyright © 2021 by MyMonero. All rights reserved.