We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddfdb7a commit b0aa106Copy full SHA for b0aa106
docs/code/classes/testing.TransactionLogger.md
@@ -130,14 +130,15 @@ ___
130
131
### waitForIndexer
132
133
-▸ **waitForIndexer**(`indexer`): `Promise`\<`void`\>
+▸ **waitForIndexer**(`algod`, `indexer`): `Promise`\<`void`\>
134
135
-Wait until all logged transactions IDs appear in the given `Indexer`.
+Wait until indexer has the last round from algod.
136
137
#### Parameters
138
139
| Name | Type |
140
| :------ | :------ |
141
+| `algod` | `AlgodClient` |
142
| `indexer` | `IndexerClient` |
143
144
#### Returns
0 commit comments