NetworkSupply class abstract

NetworkSupply

Properties:

  • max - Maximum supply in Lovelaces
  • total - Current total (max supply - reserves) supply in Lovelaces
  • circulating - Current circulating (UTXOs + withdrawables) supply in Lovelaces
  • locked - Current supply locked by scripts in Lovelaces
  • treasury - Current supply locked in treasury
  • reserves - Current supply locked in reserves
Annotations
  • @BuiltValue()

Constructors

NetworkSupply([void updates(NetworkSupplyBuilder b)])
factory

Properties

circulating String
Current circulating (UTXOs + withdrawables) supply in Lovelaces
no setter
hashCode int
The hash code for this object.
no setterinherited
locked String
Current supply locked by scripts in Lovelaces
no setter
max String
Maximum supply in Lovelaces
no setter
reserves String
Current supply locked in reserves
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total String
Current total (max supply - reserves) supply in Lovelaces
no setter
treasury String
Current supply locked in treasury
no setter

Methods

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