TxMetadataLabelCborInner class abstract

TxMetadataLabelCborInner

Properties:

  • txHash - Transaction hash that contains the specific metadata
  • cborMetadata - Content of the CBOR metadata
  • metadata - Content of the CBOR metadata in hex
Annotations
  • @BuiltValue()

Constructors

TxMetadataLabelCborInner([void updates(TxMetadataLabelCborInnerBuilder b)])
factory

Properties

cborMetadata String?
Content of the CBOR metadata
no setter
hashCode int
The hash code for this object.
no setterinherited
metadata String?
Content of the CBOR metadata in hex
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
txHash String
Transaction hash that contains the specific metadata
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(TxMetadataLabelCborInnerBuilder)) TxMetadataLabelCborInner
Rebuilds the instance.
inherited
toBuilder() TxMetadataLabelCborInnerBuilder
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<TxMetadataLabelCborInner>
no setter