UnchangedConsensusObject

A consensus object that wasn't changed during execution.

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract val digest: String?

Digest of the consensus object.

Link copied to clipboard
Link copied to clipboard
abstract val objectId: String?

ObjectId of the consensus object.

Link copied to clipboard
abstract val objectType: String?

Type information is not provided by the effects structure but is instead provided by an indexing layer

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

Version of the consensus object.

Functions

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

Copies the original message, including unknown fields.