public static interface VoteContract.VotedIdsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Client.Hash |
getActiveVotes(int index)
repeated .Hash active_votes = 1; |
int |
getActiveVotesCount()
repeated .Hash active_votes = 1; |
List<Client.Hash> |
getActiveVotesList()
repeated .Hash active_votes = 1; |
Client.HashOrBuilder |
getActiveVotesOrBuilder(int index)
repeated .Hash active_votes = 1; |
List<? extends Client.HashOrBuilder> |
getActiveVotesOrBuilderList()
repeated .Hash active_votes = 1; |
Client.Hash |
getWithdrawnVotes(int index)
repeated .Hash withdrawn_votes = 2; |
int |
getWithdrawnVotesCount()
repeated .Hash withdrawn_votes = 2; |
List<Client.Hash> |
getWithdrawnVotesList()
repeated .Hash withdrawn_votes = 2; |
Client.HashOrBuilder |
getWithdrawnVotesOrBuilder(int index)
repeated .Hash withdrawn_votes = 2; |
List<? extends Client.HashOrBuilder> |
getWithdrawnVotesOrBuilderList()
repeated .Hash withdrawn_votes = 2; |
List<Client.Hash> getActiveVotesList()
repeated .Hash active_votes = 1;Client.Hash getActiveVotes(int index)
repeated .Hash active_votes = 1;int getActiveVotesCount()
repeated .Hash active_votes = 1;List<? extends Client.HashOrBuilder> getActiveVotesOrBuilderList()
repeated .Hash active_votes = 1;Client.HashOrBuilder getActiveVotesOrBuilder(int index)
repeated .Hash active_votes = 1;List<Client.Hash> getWithdrawnVotesList()
repeated .Hash withdrawn_votes = 2;Client.Hash getWithdrawnVotes(int index)
repeated .Hash withdrawn_votes = 2;int getWithdrawnVotesCount()
repeated .Hash withdrawn_votes = 2;List<? extends Client.HashOrBuilder> getWithdrawnVotesOrBuilderList()
repeated .Hash withdrawn_votes = 2;Client.HashOrBuilder getWithdrawnVotesOrBuilder(int index)
repeated .Hash withdrawn_votes = 2;Copyright © 2020. All rights reserved.