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