DynamicFieldName
type DynamicFieldName
The name part of a dynamic field, including its type, bcs, and json representation.
type DynamicFieldName struct {
// The type name of this dynamic field name
TypeTag *TypeTag
// The bcs bytes of this dynamic field name
Bcs []byte
// The json representation of the dynamic field name
Json *Value
}
func (*DynamicFieldName) Destroy
func (r *DynamicFieldName) Destroy()