From a8c27e421178ebb965778bd631dfcc39bb5b9c82 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 13 Jun 2020 19:39:25 -0700 Subject: [PATCH] fix(tokenUtxoDetails): Updated documentation --- src/slp/utils.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/slp/utils.js b/src/slp/utils.js index 98a12c2..d7d2454 100644 --- a/src/slp/utils.js +++ b/src/slp/utils.js @@ -838,10 +838,12 @@ class Utils { * @apiDescription Hydrate a UTXO with SLP token metadata. * * Expects an array of UTXO objects as input. Returns an array of equal size. + * Returns UTXO data hydrated with token information. * If the - * UTXO does not belong to a SLP transaction, it will return false. + * UTXO does not belong to a SLP transaction, it will return an `isValid` property + * set to false. * If the UTXO is part of an SLP transaction, it will return the UTXO object - * with additional SLP information attached. An isValid property will be included. + * with additional SLP information attached. An `isValid` property will be included. * If its value is true, the UTXO is a valid SLP UTXO. If the value is null, * then SLPDB has not yet processed that txid and validity has not been confirmed. *