-
Notifications
You must be signed in to change notification settings - Fork 404
Closed
Description
cosmjs/packages/math/src/decimal.ts
Lines 108 to 111 in 318c8d5
| private readonly data: { | |
| readonly atomics: BN; | |
| readonly fractionalDigits: number; | |
| }; |
This could just use BigInt now, right? It's been available since Node.js 10.4.
Metadata
Metadata
Assignees
Labels
No labels