AddressContentExtendedAmountInner class abstract

The sum of all the UTXO per asset

Properties:

  • unit - The unit of the value
  • quantity - The quantity of the unit
  • decimals - Number of decimal places of the asset unit
  • hasNftOnchainMetadata - The latest minting transaction includes the NFT metadata according to CIP25
Annotations
  • @BuiltValue()

Properties

decimals int?
Number of decimal places of the asset unit
no setter
hashCode int
The hash code for this object.
no setterinherited
hasNftOnchainMetadata bool
The latest minting transaction includes the NFT metadata according to CIP25
no setter
quantity String
The quantity of the unit
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unit String
The unit of the value
no setter

Methods

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