public static interface ElectionContract.CandidateInformationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Client.Hash |
getAnnouncementTransactionId()
.Hash announcement_transaction_id = 6; |
Client.HashOrBuilder |
getAnnouncementTransactionIdOrBuilder()
.Hash announcement_transaction_id = 6; |
long |
getContinualAppointmentCount()
sint64 continual_appointment_count = 5; |
boolean |
getIsCurrentCandidate()
bool is_current_candidate = 7; |
long |
getMissedTimeSlots()
sint64 missed_time_slots = 4; |
long |
getProducedBlocks()
sint64 produced_blocks = 3; |
String |
getPubkey()
string pubkey = 1; |
com.google.protobuf.ByteString |
getPubkeyBytes()
string pubkey = 1; |
long |
getTerms(int index)
repeated sint64 terms = 2; |
int |
getTermsCount()
repeated sint64 terms = 2; |
List<Long> |
getTermsList()
repeated sint64 terms = 2; |
boolean |
hasAnnouncementTransactionId()
.Hash announcement_transaction_id = 6; |
String getPubkey()
string pubkey = 1;com.google.protobuf.ByteString getPubkeyBytes()
string pubkey = 1;int getTermsCount()
repeated sint64 terms = 2;long getTerms(int index)
repeated sint64 terms = 2;index - The index of the element to return.long getProducedBlocks()
sint64 produced_blocks = 3;long getMissedTimeSlots()
sint64 missed_time_slots = 4;long getContinualAppointmentCount()
sint64 continual_appointment_count = 5;boolean hasAnnouncementTransactionId()
.Hash announcement_transaction_id = 6;Client.Hash getAnnouncementTransactionId()
.Hash announcement_transaction_id = 6;Client.HashOrBuilder getAnnouncementTransactionIdOrBuilder()
.Hash announcement_transaction_id = 6;boolean getIsCurrentCandidate()
bool is_current_candidate = 7;Copyright © 2020. All rights reserved.