You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sdk-and-tools/rest-api/iterate-keys.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ This endpoint will only work if the node's `config.toml` file has the following
146
146
- When `newIteratorState` is null, all keys have been retrieved.
147
147
- If `iteratorState` is an empty array (`[]`) in the request, iteration starts from the beginning of the trie.
148
148
- If `numKeys` is 0, the server will return as many keys as possible until all are retrieved or until the `TrieOperationsDeadlineMilliseconds` timeout is reached.
149
-
- If retrieving `numKeys` takes more time than the timeout, the request will return the keys collected up to that point.
149
+
- If retrieving `numKeys` takes more time than the configured timeout, the request will return the keys collected up to that point.
150
150
- Use `?blockNonce={blockNonce}` to ensure all requests iterate the same trie root, even if the account changes between requests.
0 commit comments