Skip to content

Commit

Permalink
Fix documented input for utxoForTransactions
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Jan 16, 2022
1 parent 0e9b402 commit 0ca72dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -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
}>
}
```

Expand Down

0 comments on commit 0ca72dd

Please sign in to comment.