Skip to main content

EpochMetrics

@iota/iota-sdk


@iota/iota-sdk / client / EpochMetrics

Interface: EpochMetrics

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

A light-weight version of EpochInfo for faster loading

Properties

endOfEpochInfo?

optional endOfEpochInfo?: EndOfEpochInfo | null

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

The end of epoch information.


epoch

epoch: string

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

The current epoch ID.


epochStartTimestamp

epochStartTimestamp: string

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

The timestamp when the epoch started.


epochTotalTransactions

epochTotalTransactions: string

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

The total number of transactions in the epoch.


firstCheckpointId

firstCheckpointId: string

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

The first checkpoint ID of the epoch.