public static interface ElectionContract.CandidateVoteOrBuilder
extends com.google.protobuf.MessageOrBuilder
List<Client.Hash> getObtainedActiveVotingRecordIdsList()
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;Client.Hash getObtainedActiveVotingRecordIds(int index)
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;int getObtainedActiveVotingRecordIdsCount()
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;List<? extends Client.HashOrBuilder> getObtainedActiveVotingRecordIdsOrBuilderList()
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;Client.HashOrBuilder getObtainedActiveVotingRecordIdsOrBuilder(int index)
The active voting record ids obtained.
repeated .Hash obtained_active_voting_record_ids = 1;List<Client.Hash> getObtainedWithdrawnVotingRecordIdsList()
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;Client.Hash getObtainedWithdrawnVotingRecordIds(int index)
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;int getObtainedWithdrawnVotingRecordIdsCount()
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;List<? extends Client.HashOrBuilder> getObtainedWithdrawnVotingRecordIdsOrBuilderList()
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;Client.HashOrBuilder getObtainedWithdrawnVotingRecordIdsOrBuilder(int index)
The active voting record ids that were withdrawn.
repeated .Hash obtained_withdrawn_voting_record_ids = 2;long getObtainedActiveVotedVotesAmount()
The total number of active votes obtained.
int64 obtained_active_voted_votes_amount = 3;long getAllObtainedVotedVotesAmount()
The total number of votes obtained.
int64 all_obtained_voted_votes_amount = 4;List<ElectionContract.ElectionVotingRecord> getObtainedActiveVotingRecordsList()
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;ElectionContract.ElectionVotingRecord getObtainedActiveVotingRecords(int index)
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;int getObtainedActiveVotingRecordsCount()
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;List<? extends ElectionContract.ElectionVotingRecordOrBuilder> getObtainedActiveVotingRecordsOrBuilderList()
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;ElectionContract.ElectionVotingRecordOrBuilder getObtainedActiveVotingRecordsOrBuilder(int index)
The active voting records.
repeated .ElectionVotingRecord obtained_active_voting_records = 5;List<ElectionContract.ElectionVotingRecord> getObtainedWithdrawnVotesRecordsList()
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;ElectionContract.ElectionVotingRecord getObtainedWithdrawnVotesRecords(int index)
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;int getObtainedWithdrawnVotesRecordsCount()
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;List<? extends ElectionContract.ElectionVotingRecordOrBuilder> getObtainedWithdrawnVotesRecordsOrBuilderList()
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;ElectionContract.ElectionVotingRecordOrBuilder getObtainedWithdrawnVotesRecordsOrBuilder(int index)
The voting records that were withdrawn.
repeated .ElectionVotingRecord obtained_withdrawn_votes_records = 6;com.google.protobuf.ByteString getPubkey()
Public key for candidate.
bytes pubkey = 7;Copyright © 2020. All rights reserved.