Amount
Ce contenu n’est pas encore disponible dans votre langue.
class Amount(val minValue: Double, val maxValue: Double?, val amount: TokenAmount) : RewardTier
Constructors
Section titled “Constructors”| Amount | constructor(minValue: Double, maxValue: Double?, amount: TokenAmount) |
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| amount | val amount: TokenAmount |
| maxValue | open override val maxValue: Double? |
| minValue | open override val minValue: Double |
Functions
Section titled “Functions”| Name | Summary |
|---|---|
| equals | open operator override fun equals(other: Any?): Boolean |
| hashCode | open override fun hashCode(): Int |
| toString | open override fun toString(): String |