DynamicFieldName
DynamicFieldName
struct DynamicFieldName
The name part of a dynamic field, including its type, bcs, and json representation.
init(typeTag:bcs:json:)
init(typeTag: TypeTag, bcs: Data, json: Value? = nil)
bcs
var bcs: Data
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