SupplyResponse class
Constructors
-
SupplyResponse({required int total, required int circulating, required int nonCirculating, required List<
SolAddress> nonCirculatingAccounts}) -
SupplyResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- circulating → int
-
Circulating supply in lamports
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nonCirculating → int
-
Non-circulating supply in lamports
final
-
nonCirculatingAccounts
→ List<
SolAddress> -
List of non-circulating account addresses
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- total → int
-
Total supply in lamports
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited