@stackedapp/types 1.9.20 → 1.9.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1288,6 +1288,10 @@ interface ICurrency {
1288
1288
  * round decimal places when saving, depositing, withdrawing.
1289
1289
  */
1290
1290
  roundDecimalPlaces?: number;
1291
+ /**
1292
+ * decimals of the currency contract
1293
+ */
1294
+ decimals?: number;
1291
1295
  /**
1292
1296
  * a composite currency composed the balance as a SUM of the balances
1293
1297
  * of the components. The currencies are spent in array order (first one first)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackedapp/types",
3
- "version": "1.9.20",
3
+ "version": "1.9.22",
4
4
  "description": "Public types for Stacked platform SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/stacked-types.d.ts",