Checkpoint
@iota/iota-sdk / client / Checkpoint
Interface: Checkpoint
Defined in: sdk/typescript/src/client/types/generated.ts:44
Properties
checkpointCommitments
checkpointCommitments:
CheckpointCommitment[]
Defined in: sdk/typescript/src/client/types/generated.ts:46
Commitments to checkpoint state
digest
digest:
string
Defined in: sdk/typescript/src/client/types/generated.ts:48
Checkpoint digest
endOfEpochData?
optionalendOfEpochData?:EndOfEpochData|null
Defined in: sdk/typescript/src/client/types/generated.ts:50
Present only on the final checkpoint of the epoch.
epoch
epoch:
string
Defined in: sdk/typescript/src/client/types/generated.ts:52
Checkpoint's epoch ID
epochRollingGasCostSummary
epochRollingGasCostSummary:
GasCostSummary
Defined in: sdk/typescript/src/client/types/generated.ts:57
The running total gas costs of all transactions included in the current epoch so far until this checkpoint.
networkTotalTransactions
networkTotalTransactions:
string
Defined in: sdk/typescript/src/client/types/generated.ts:59
Total number of transactions committed since genesis, including those in this checkpoint.
previousDigest?
optionalpreviousDigest?:string|null
Defined in: sdk/typescript/src/client/types/generated.ts:61
Digest of the previous checkpoint
sequenceNumber
sequenceNumber:
string
Defined in: sdk/typescript/src/client/types/generated.ts:63
Checkpoint sequence number
timestampMs
timestampMs:
string
Defined in: sdk/typescript/src/client/types/generated.ts:69
Timestamp of the checkpoint - number of milliseconds from the Unix epoch Checkpoint timestamps are monotonic, but not strongly monotonic - subsequent checkpoints can have same timestamp if they originate from the same underlining consensus commit
transactions
transactions:
string[]
Defined in: sdk/typescript/src/client/types/generated.ts:71
Transaction digests
validatorSignature
validatorSignature:
string
Defined in: sdk/typescript/src/client/types/generated.ts:73
Validator Signature