Endpoints for fetching the indexer Head. For more information see the Head API documentation on tzKT.
Head represents the current state of the Tezos blockchain.
Fetches indexer head from tzKT.
get indexer head.
Fetch current Head
let head: Head = await Head.get();
Returns indexer head and synchronization status.
Generated using TypeDoc
Endpoints for fetching the indexer Head. For more information see the Head API documentation on tzKT.
Head represents the current state of the Tezos blockchain.