Interface RelativeEpochRequest

Request an epoch by number at a given genesis index.

Hierarchy

  • RelativeEpochRequest

Properties

Properties

epoch: bigint

The epoch number to query at.

genesisIndex: number

The genesis index to query at. The query is restricted to this genesis index, and will not return results for other indices even if the epoch number is out of bounds.

Generated using TypeDoc