Skip to content

Commit

Permalink
Update examples.md (iotaledger#582)
Browse files Browse the repository at this point in the history
formatting typo
  • Loading branch information
TeeVeeEss authored May 26, 2021
1 parent 4e45c2e commit 81f9eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/libraries/nodejs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,13 @@ There are three functions to get `UTXO` outputs (related to the given address):
```

Output example:
```json`
```json
[
'0f2d5d2651f8061a9f5417d0658009f32b2e3f77f9706b0be3b4b3f466171f360000',
'7614ba900a90b130707766a660a454942ac7cc4adea3fb9ad0cdca90114417c20000',
'768c20c15a290e02a43b83263a98501b9d7eb0b57da40a9247289c672de63ea60000'
]
``
```

Then the function `Client.getOutput(str)` can be used to get metadata about the given `output_id`:

Expand Down

0 comments on commit 81f9eb7

Please sign in to comment.