From 0ca72dd56caa0359377653a3e9e38c566d8f317a Mon Sep 17 00:00:00 2001 From: Sebastien Guillemot Date: Sun, 16 Jan 2022 09:49:47 +0900 Subject: [PATCH] Fix documented input for utxoForTransactions --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21b0ad35..afbc6e1c 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,10 @@ We recommend querying using payment key hashes (`addr_vkh`) when possible (other ```js { - txHash: string; - index: number + transactions: Array<{ + txHash: string, + index: number + }> } ```