Skip to main content

EpochInfo

@iota/iota-sdk


@iota/iota-sdk / client / EpochInfo

Interface: EpochInfo

Defined in: sdk/typescript/src/client/types/generated.ts:265

Properties

committeeMembers?

optional committeeMembers?: string[]

Defined in: sdk/typescript/src/client/types/generated.ts:267

Committee validators. Each element is an index pointing to validators.


endOfEpochInfo?

optional endOfEpochInfo?: EndOfEpochInfo | null

Defined in: sdk/typescript/src/client/types/generated.ts:269

The end of epoch information.


epoch

epoch: string

Defined in: sdk/typescript/src/client/types/generated.ts:271

Epoch number


epochStartTimestamp

epochStartTimestamp: string

Defined in: sdk/typescript/src/client/types/generated.ts:273

The timestamp when the epoch started.


epochTotalTransactions

epochTotalTransactions: string

Defined in: sdk/typescript/src/client/types/generated.ts:275

Count of tx in epoch


firstCheckpointId

firstCheckpointId: string

Defined in: sdk/typescript/src/client/types/generated.ts:277

First, last checkpoint sequence numbers


referenceGasPrice?

optional referenceGasPrice?: string | null

Defined in: sdk/typescript/src/client/types/generated.ts:279

The reference gas price for the given epoch.


validators

validators: IotaValidatorSummary[]

Defined in: sdk/typescript/src/client/types/generated.ts:281

List of validators included in epoch