public static interface ElectionContract.ElectorVoteOrBuilder
extends com.google.protobuf.MessageOrBuilder
List<Client.Hash> getActiveVotingRecordIdsList()
The active voting record ids.
repeated .Hash active_voting_record_ids = 1;Client.Hash getActiveVotingRecordIds(int index)
The active voting record ids.
repeated .Hash active_voting_record_ids = 1;int getActiveVotingRecordIdsCount()
The active voting record ids.
repeated .Hash active_voting_record_ids = 1;List<? extends Client.HashOrBuilder> getActiveVotingRecordIdsOrBuilderList()
The active voting record ids.
repeated .Hash active_voting_record_ids = 1;Client.HashOrBuilder getActiveVotingRecordIdsOrBuilder(int index)
The active voting record ids.
repeated .Hash active_voting_record_ids = 1;List<Client.Hash> getWithdrawnVotingRecordIdsList()
The voting record ids that were withdrawn.
repeated .Hash withdrawn_voting_record_ids = 2;Client.Hash getWithdrawnVotingRecordIds(int index)
The voting record ids that were withdrawn.
repeated .Hash withdrawn_voting_record_ids = 2;int getWithdrawnVotingRecordIdsCount()
The voting record ids that were withdrawn.
repeated .Hash withdrawn_voting_record_ids = 2;List<? extends Client.HashOrBuilder> getWithdrawnVotingRecordIdsOrBuilderList()
The voting record ids that were withdrawn.
repeated .Hash withdrawn_voting_record_ids = 2;Client.HashOrBuilder getWithdrawnVotingRecordIdsOrBuilder(int index)
The voting record ids that were withdrawn.
repeated .Hash withdrawn_voting_record_ids = 2;long getActiveVotedVotesAmount()
The total number of active votes.
int64 active_voted_votes_amount = 3;long getAllVotedVotesAmount()
The total number of votes (including the number of votes withdrawn).
int64 all_voted_votes_amount = 4;List<ElectionContract.ElectionVotingRecord> getActiveVotingRecordsList()
The active voting records.
repeated .ElectionVotingRecord active_voting_records = 5;ElectionContract.ElectionVotingRecord getActiveVotingRecords(int index)
The active voting records.
repeated .ElectionVotingRecord active_voting_records = 5;int getActiveVotingRecordsCount()
The active voting records.
repeated .ElectionVotingRecord active_voting_records = 5;List<? extends ElectionContract.ElectionVotingRecordOrBuilder> getActiveVotingRecordsOrBuilderList()
The active voting records.
repeated .ElectionVotingRecord active_voting_records = 5;ElectionContract.ElectionVotingRecordOrBuilder getActiveVotingRecordsOrBuilder(int index)
The active voting records.
repeated .ElectionVotingRecord active_voting_records = 5;List<ElectionContract.ElectionVotingRecord> getWithdrawnVotesRecordsList()
The voting records that were withdrawn.
repeated .ElectionVotingRecord withdrawn_votes_records = 6;ElectionContract.ElectionVotingRecord getWithdrawnVotesRecords(int index)
The voting records that were withdrawn.
repeated .ElectionVotingRecord withdrawn_votes_records = 6;int getWithdrawnVotesRecordsCount()
The voting records that were withdrawn.
repeated .ElectionVotingRecord withdrawn_votes_records = 6;List<? extends ElectionContract.ElectionVotingRecordOrBuilder> getWithdrawnVotesRecordsOrBuilderList()
The voting records that were withdrawn.
repeated .ElectionVotingRecord withdrawn_votes_records = 6;ElectionContract.ElectionVotingRecordOrBuilder getWithdrawnVotesRecordsOrBuilder(int index)
The voting records that were withdrawn.
repeated .ElectionVotingRecord withdrawn_votes_records = 6;com.google.protobuf.ByteString getPubkey()
Public key for voter.
bytes pubkey = 7;Copyright © 2020. All rights reserved.