@psf/bch-js 6.7.2 → 6.7.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/utxo.js +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@psf/bch-js",
3
- "version": "6.7.2",
3
+ "version": "6.7.3",
4
4
  "description": "A JavaScript library for working with Bitcoin Cash, eCash, and SLP Tokens",
5
5
  "author": "Chris Troutner <chris.troutner@gmail.com>",
6
6
  "contributors": [
package/src/utxo.js CHANGED
@@ -32,6 +32,8 @@ class UTXO {
32
32
  * properties:
33
33
  * - address: "" - the address these UTXOs are associated with
34
34
  * - bchUtxos: [] - UTXOs confirmed to be spendable as normal BCH
35
+ * - infoUtxos: [] - UTXOs under of 1000 sats or less that can not be categorized
36
+ * as another type of UTXO (like a token).
35
37
  * - nullUtxo: [] - UTXOs that did not pass SLP validation. Should be ignored and
36
38
  * not spent, to be safe.
37
39
  * - slpUtxos: {} - UTXOs confirmed to be colored as valid SLP tokens