public class HardforkProperty extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
HardforkProperty()
This object is only used to wrap the JSON response in a POJO, so
therefore this class should not be instantiated.
|
| Modifier and Type | Method and Description |
|---|---|
HardforkVersion |
getCurrentHardforkVersion() |
long |
getId() |
org.joou.UInteger |
getLastHardfork() |
HardforkVersion |
getNextHardfork() |
TimePointSec |
getNextHardforkTime() |
List<TimePointSec> |
getProcessedHardforks() |
String |
toString() |
protected HardforkProperty()
public long getId()
public List<TimePointSec> getProcessedHardforks()
public org.joou.UInteger getLastHardfork()
public HardforkVersion getCurrentHardforkVersion()
public HardforkVersion getNextHardfork()
public TimePointSec getNextHardforkTime()
Copyright © 2019. All rights reserved.