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: build/avalanchego-apis/index-api.md
+2
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ AvalancheGo can be configured to run with an indexer. That is, it saves \(indexe
4
4
5
5
Indexed containers \(that is, accepted blocks, vertices and transactions\) are timestamped with the time at which the node accepted that container. Note that if the container was indexed during bootstrapping, other nodes may have accepted the container much earlier. Every container indexed during bootstrapping will be timestamped with the time at which the node bootstrapped, not when it was first accepted by the network.
6
6
7
+
Note that for DAGs (including the X-Chain), nodes may accept vertices and transactions in a different order from one another.
8
+
7
9
This document shows how to query data from AvalancheGo's Index API. The Index API is only available when running with `--index-enabled`.
0 commit comments