Skip to main content

DynamicFieldName

data class DynamicFieldName(var typeTag: TypeTag, var bcs: ByteArray, var json: Value? = null) : Disposable

The name part of a dynamic field, including its type, bcs, and json representation.

Constructors

DynamicFieldNameconstructor(typeTag: TypeTag, bcs: ByteArray, json: Value? = null)

Properties

NameSummary
bcsvar bcs: ByteArray
The bcs bytes of this dynamic field name
jsonvar json: Value?
The json representation of the dynamic field name
typeTagvar typeTag: TypeTag
The type name of this dynamic field name

Functions

NameSummary
destroyopen override fun destroy()