public static interface Protocol.WitnessOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getAddress()
bytes address = 1; |
boolean |
getIsJobs()
bool isJobs = 9; |
long |
getLatestBlockNum()
int64 latestBlockNum = 7; |
long |
getLatestSlotNum()
int64 latestSlotNum = 8; |
com.google.protobuf.ByteString |
getPubKey()
bytes pubKey = 3; |
long |
getTotalMissed()
int64 totalMissed = 6; |
long |
getTotalProduced()
int64 totalProduced = 5; |
String |
getUrl()
string url = 4; |
com.google.protobuf.ByteString |
getUrlBytes()
string url = 4; |
long |
getVoteCount()
int64 voteCount = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getAddress()
bytes address = 1;
long getVoteCount()
int64 voteCount = 2;
com.google.protobuf.ByteString getPubKey()
bytes pubKey = 3;
String getUrl()
string url = 4;
com.google.protobuf.ByteString getUrlBytes()
string url = 4;
long getTotalProduced()
int64 totalProduced = 5;
long getTotalMissed()
int64 totalMissed = 6;
long getLatestBlockNum()
int64 latestBlockNum = 7;
long getLatestSlotNum()
int64 latestSlotNum = 8;
boolean getIsJobs()
bool isJobs = 9;
Copyright © 2020. All rights reserved.