public static interface Neutrino.StatusResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
Indicates whether the neutrino backend is active or not.
|
java.lang.String |
getBlockHash()
Best block hash.
|
com.google.protobuf.ByteString |
getBlockHashBytes()
Best block hash.
|
int |
getBlockHeight()
Best block height.
|
java.lang.String |
getPeers(int index)
Connected peers.
|
com.google.protobuf.ByteString |
getPeersBytes(int index)
Connected peers.
|
int |
getPeersCount()
Connected peers.
|
java.util.List<java.lang.String> |
getPeersList()
Connected peers.
|
boolean |
getSynced()
Is fully synced.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getActive()
Indicates whether the neutrino backend is active or not.
bool active = 1;boolean getSynced()
Is fully synced.
bool synced = 2;int getBlockHeight()
Best block height.
int32 block_height = 3;java.lang.String getBlockHash()
Best block hash.
string block_hash = 4;com.google.protobuf.ByteString getBlockHashBytes()
Best block hash.
string block_hash = 4;java.util.List<java.lang.String> getPeersList()
Connected peers.
repeated string peers = 5;int getPeersCount()
Connected peers.
repeated string peers = 5;java.lang.String getPeers(int index)
Connected peers.
repeated string peers = 5;index - The index of the element to return.com.google.protobuf.ByteString getPeersBytes(int index)
Connected peers.
repeated string peers = 5;index - The index of the value to return.