Checkpoint

interface Checkpoint

Properties

Link copied to clipboard

The CheckpointContents for this checkpoint.

Link copied to clipboard
abstract val digest: String?

The digest of this Checkpoint's CheckpointSummary.

Link copied to clipboard
abstract val objects: ObjectSet

Set of objects either referenced as inputs or produced as outputs by transactions included in this checkpoint.

Link copied to clipboard

Returns the field-presence view for this Checkpoint instance.

Link copied to clipboard
abstract val sequenceNumber: <Error class: unknown class>?

The height of this checkpoint.

Link copied to clipboard

An aggregated quorum signature from the validator committee that certified this checkpoint.

Link copied to clipboard

The CheckpointSummary for this checkpoint.

Link copied to clipboard

List of transactions included in this checkpoint.

Functions

Link copied to clipboard
Link copied to clipboard
fun Checkpoint.copy(body: <Error class: unknown class>.() -> Unit = {}): Checkpoint

Copies the original message, including unknown fields.