Algo class

Constructors

Algo()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

format(double amount, int decimals) int
Format a given amount with the decimals.
fromMicroAlgos(int microAlgos) double
Convert an amount of microAlgo's to Algos.
toMicroAlgos(double algos) int
Convert an amount of Algo's to the base unit of microAlgos.

Constants

ALGOS → const String
converters → const Map<String, int>
MICRO_ALGOS → const String