CheckpointContents

The committed to contents of a checkpoint.

Properties

Link copied to clipboard
abstract val bcs: Bcs

This CheckpointContents serialized as BCS.

Link copied to clipboard
abstract val digest: String?

The digest of this CheckpointContents.

Link copied to clipboard

Returns the field-presence view for this CheckpointContents instance.

Link copied to clipboard

Set of transactions committed to in this checkpoint.

Link copied to clipboard
abstract val version: Int?

Version of this CheckpointContents

Functions

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

Copies the original message, including unknown fields.