Skip to content

Commit 38c9400

Browse files
author
Dan Laine
committed
update index API
1 parent c9d6cdc commit 38c9400

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/avalanchego-apis/index-api.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ AvalancheGo can be configured to run with an indexer. That is, it saves \(indexe
44

55
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.
66

7+
Note that for DAGs (including the X-Chain), nodes may accept vertices and transactions in a different order from one another.
8+
79
This document shows how to query data from AvalancheGo's Index API. The Index API is only available when running with `--index-enabled`.
810

911
## Format

0 commit comments

Comments
 (0)