From 7000a83a3770a59404f65d471755f0c73ec7f66c Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 9 Apr 2023 05:54:22 -0700 Subject: [PATCH] fix(Utxo.get()): Updating documentation --- src/utxo.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utxo.js b/src/utxo.js index cd1c538..d8c399b 100644 --- a/src/utxo.js +++ b/src/utxo.js @@ -32,6 +32,8 @@ class UTXO { * properties: * - address: "" - the address these UTXOs are associated with * - bchUtxos: [] - UTXOs confirmed to be spendable as normal BCH + * - infoUtxos: [] - UTXOs under of 1000 sats or less that can not be categorized + * as another type of UTXO (like a token). * - nullUtxo: [] - UTXOs that did not pass SLP validation. Should be ignored and * not spent, to be safe. * - slpUtxos: {} - UTXOs confirmed to be colored as valid SLP tokens