UITokenAmount class
UI Token Amount
Properties
-
amount
→ String
-
The raw amount of tokens as a string, ignoring decimals.
final
-
decimals
→ num
-
The number of decimals configured for token's mint.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
uiAmountString
→ String
-
The token amount as a string (including decimals).
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
Serialises
this
class into a JSON object.
override
-
toString()
→ String
-
A string representation of this object.
inherited