AccumulatorWrite

Types

Link copied to clipboard
Link copied to clipboard
sealed class AccumulatorValue

Properties

Link copied to clipboard
abstract val accumulatorType: String?
Link copied to clipboard
abstract val address: String?
Link copied to clipboard

Set when the accumulator value is an event digest list (value_kind = EVENT_DIGEST). Contains a non-empty list of (event_index, digest) pairs representing authenticated event stream entries within a transaction.

Link copied to clipboard
abstract val integerTuple: List<<Error class: unknown class>>

Set, with len 2, when the accumulator value is an integer tuple (value_kind = INTEGER_TUPLE).

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

Set when the accumulator value is an integer (value_kind = INTEGER).

Link copied to clipboard
Link copied to clipboard

Returns the field-presence view for this AccumulatorWrite instance.

Link copied to clipboard

Functions

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

Copies the original message, including unknown fields.