Epoch
Epoch describes a specific period of time in the Vega network
type Epoch {
id: ID!
timestamps: EpochTimestamps!
validatorsConnection(
pagination: Pagination
): NodesConnection
delegationsConnection(
partyId: ID
nodeId: ID
pagination: Pagination
): DelegationsConnection
}
Fields
Epoch.id ● ID! non-null scalar
Numeric sequence number used to identify the epoch
Epoch.timestamps ● EpochTimestamps! non-null object
Timestamps for start and end of epochs
Epoch.validatorsConnection ● NodesConnection object
Validators that participated in this epoch
Epoch.validatorsConnection.pagination●Paginationinput
Epoch.delegationsConnection ● DelegationsConnection object
Delegations data for this epoch
Epoch.delegationsConnection.partyId●IDscalarOptional party ID to filter on
Epoch.delegationsConnection.nodeId ● ID scalar
Optional node ID to filter on
Epoch.delegationsConnection.pagination ● Pagination input
Pagination information
Returned by
epoch query
Member of
EpochParticipation object ● Reward object