@heathmont/hub88-money
1.0.14 • Public • Published
Field |
Type |
Explanation |
code |
string |
real currency code |
precision |
int |
how much signs after dot we can handle. 5 for example means that 123.45 will be stored as 12345000
|
units |
unit |
virtual currencies for this currency |
Field |
Type |
Explanation |
code |
string |
virtual currency code |
symbol |
string |
currency symbol for labeling |
name |
string |
human-readable currency name |
shift |
int |
precision shift relative real currency |
displayPrecision |
int |
precision for from_string purpose |
inputPrecision |
int |
precision for to_string |
Readme
Keywords
nonePackage Sidebar
Install
npm i @heathmont/hub88-money
Weekly Downloads