Skip to content

Commit a5d9ecf

Browse files
committed
run typedoc
1 parent 8636988 commit a5d9ecf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/code/classes/testing.TransactionLogger.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,15 @@ ___
130130

131131
### waitForIndexer
132132

133-
**waitForIndexer**(`indexer`): `Promise`\<`void`\>
133+
**waitForIndexer**(`algod`, `indexer`): `Promise`\<`void`\>
134134

135-
Wait until all logged transactions IDs appear in the given `Indexer`.
135+
Wait until indexer has the last round from algod.
136136

137137
#### Parameters
138138

139139
| Name | Type |
140140
| :------ | :------ |
141+
| `algod` | `AlgodClient` |
141142
| `indexer` | `IndexerClient` |
142143

143144
#### Returns

0 commit comments

Comments
 (0)