Coin class
Properties
Methods
-
add(
dynamic value) → Coin -
div(
dynamic value) → Coin -
mod(
dynamic value) → Coin -
mul(
dynamic value) → Coin -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sub(
dynamic value) → Coin -
toAmino(
) → CoinAminoArgs -
toData(
) → CoinDataArgs -
toDecCoin(
) → Coin -
toJSON(
) → CoinJSON -
toLongCeilCoin(
) → Coin -
toLongCoin(
) → Coin -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromAmino(
CoinAminoArgs data) → Coin -
fromData(
CoinDataArgs data) → Coin -
fromJSON(
CoinJSON data) → Coin -
fromString(
String str) → Coin