FeeRates
public final class FeeRates
Record containing cryptocurrency fee rates.
Public Method Summary
Type | Method |
---|---|
boolean | equals(Object obj) |
String | getSlow() Fee rate resulting in slow confirmation time. |
String | getAverage() Fee rate resulting in average confirmation time. |
String | getFast() Fee rate resulting in fast confirmation time. |
float | getSlowTime() Slow confirmation time in hours. |
float | getAverageTime() Average confirmation time in hours. |
float | getFastTime() Fast confirmation time in hours. |
String | getSource() Fee rate information provider. |
int | hashCode() |
String | toString() |
Public Methods
equals
boolean equals(Object obj)
getSlow
String getSlow()
Fee rate resulting in slow confirmation time.
getAverage
String getAverage()
Fee rate resulting in average confirmation time.
getFast
String getFast()
Fee rate resulting in fast confirmation time.
getSlowTime
float getSlowTime()
Slow confirmation time in hours.
getAverageTime
float getAverageTime()
Average confirmation time in hours.
getFastTime
float getFastTime()
Fast confirmation time in hours.
getSource
String getSource()
Fee rate information provider.
hashCode
int hashCode()
toString
String toString()