Skip to content

BlockHeadersResponse

BlockHeadersResponse = object

Defined in: packages/indexer_client/src/models/block-headers-response.ts:6

blocks: Block[]

Defined in: packages/indexer_client/src/models/block-headers-response.ts:16


currentRound: bigint

Defined in: packages/indexer_client/src/models/block-headers-response.ts:10

Round at which the results were computed.


optional nextToken: string

Defined in: packages/indexer_client/src/models/block-headers-response.ts:15

Used for pagination, when making another request provide this token with the next parameter.