public class EthSyncing extends Response<EthSyncing.Result>
Returns an object with data about the sync status or false.
| Modifier and Type | Class and Description |
|---|---|
static class |
EthSyncing.ResponseDeserialiser |
static class |
EthSyncing.Result |
static class |
EthSyncing.Syncing |
Response.Error| Constructor and Description |
|---|
EthSyncing() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSyncing() |
void |
setResult(EthSyncing.Result result) |
getError, getId, getJsonrpc, getRawResponse, getResult, hasError, setError, setId, setJsonrpc, setRawResponsepublic void setResult(EthSyncing.Result result)
setResult in class Response<EthSyncing.Result>public boolean isSyncing()