EpochMetrics
@iota/iota-sdk / client / EpochMetrics
Interface: EpochMetrics
Defined in: sdk/typescript/src/client/types/generated.ts:252
A light-weight version of EpochInfo for faster loading
Properties
endOfEpochInfo?
optionalendOfEpochInfo?:EndOfEpochInfo|null
Defined in: sdk/typescript/src/client/types/generated.ts:254
The end of epoch information.
epoch
epoch:
string
Defined in: sdk/typescript/src/client/types/generated.ts:256
The current epoch ID.
epochStartTimestamp
epochStartTimestamp:
string
Defined in: sdk/typescript/src/client/types/generated.ts:258
The timestamp when the epoch started.
epochTotalTransactions
epochTotalTransactions:
string
Defined in: sdk/typescript/src/client/types/generated.ts:260
The total number of transactions in the epoch.
firstCheckpointId
firstCheckpointId:
string
Defined in: sdk/typescript/src/client/types/generated.ts:262
The first checkpoint ID of the epoch.