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
| DynamicFieldName | constructor(typeTag: TypeTag, bcs: ByteArray, json: Value? = null) |
Properties
| Name | Summary |
|---|---|
| bcs | var bcs: ByteArray The bcs bytes of this dynamic field name |
| json | var json: Value? The json representation of the dynamic field name |
| typeTag | var typeTag: TypeTag The type name of this dynamic field name |
Functions
| Name | Summary |
|---|---|
| destroy | open override fun destroy() |