Fixed
class Fixed(val amount: TokenAmount) : EstimatedReward
Constructors
Section titled “Constructors”| Fixed | constructor(amount: TokenAmount) |
Properties
Section titled “Properties”| Name | Summary |
|---|---|
| amount | val amount: TokenAmount |
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 |