TxMetadataLabelsInner class abstract

TxMetadataLabelsInner

Properties:

  • label - Metadata label
  • cip10 - CIP10 defined description
  • count - The count of metadata entries with a specific label
Annotations
  • @BuiltValue()

Constructors

TxMetadataLabelsInner([void updates(TxMetadataLabelsInnerBuilder b)])
factory

Properties

cip10 String?
CIP10 defined description
no setter
count String
The count of metadata entries with a specific label
no setter
hashCode int
The hash code for this object.
no setterinherited
label String
Metadata label
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TxMetadataLabelsInnerBuilder)) TxMetadataLabelsInner
Rebuilds the instance.
inherited
toBuilder() TxMetadataLabelsInnerBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<TxMetadataLabelsInner>
no setter