Skip to main content

EpochInfo

@iota/iota-sdk


@iota/iota-sdk / client / EpochInfo

Interface: EpochInfo

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

Properties

committeeMembers?

optional committeeMembers?: string[]

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

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


endOfEpochInfo?

optional endOfEpochInfo?: EndOfEpochInfo | null

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

The end of epoch information.


epoch

epoch: string

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

Epoch number


epochStartTimestamp

epochStartTimestamp: string

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

The timestamp when the epoch started.


epochTotalTransactions

epochTotalTransactions: string

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

Count of tx in epoch


firstCheckpointId

firstCheckpointId: string

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

First, last checkpoint sequence numbers


referenceGasPrice?

optional referenceGasPrice?: string | null

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

The reference gas price for the given epoch.


validators

validators: IotaValidatorSummary[]

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

List of validators included in epoch