public static interface ElectionContract.ElectionVotingRecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getAmount()
Amount of voting.
|
String |
getCandidate()
The public key of candidate.
|
com.google.protobuf.ByteString |
getCandidateBytes()
The public key of candidate.
|
boolean |
getIsChangeTarget()
Whether vote others.
|
boolean |
getIsWithdrawn()
Indicates if the vote has been withdrawn.
|
long |
getLockTime()
Vote lock time.
|
long |
getTermNumber()
The term number of voting.
|
com.google.protobuf.Timestamp |
getUnlockTimestamp()
The unlock timestamp.
|
com.google.protobuf.TimestampOrBuilder |
getUnlockTimestampOrBuilder()
The unlock timestamp.
|
Client.Hash |
getVoteId()
The vote id.
|
Client.HashOrBuilder |
getVoteIdOrBuilder()
The vote id.
|
Client.Address |
getVoter()
The address of voter.
|
Client.AddressOrBuilder |
getVoterOrBuilder()
The address of voter.
|
com.google.protobuf.Timestamp |
getVoteTimestamp()
The vote timestamp.
|
com.google.protobuf.TimestampOrBuilder |
getVoteTimestampOrBuilder()
The vote timestamp.
|
long |
getWeight()
Vote weight for sharing bonus.
|
com.google.protobuf.Timestamp |
getWithdrawTimestamp()
The withdraw timestamp.
|
com.google.protobuf.TimestampOrBuilder |
getWithdrawTimestampOrBuilder()
The withdraw timestamp.
|
boolean |
hasUnlockTimestamp()
The unlock timestamp.
|
boolean |
hasVoteId()
The vote id.
|
boolean |
hasVoter()
The address of voter.
|
boolean |
hasVoteTimestamp()
The vote timestamp.
|
boolean |
hasWithdrawTimestamp()
The withdraw timestamp.
|
boolean hasVoter()
The address of voter.
.Address voter = 1;Client.Address getVoter()
The address of voter.
.Address voter = 1;Client.AddressOrBuilder getVoterOrBuilder()
The address of voter.
.Address voter = 1;String getCandidate()
The public key of candidate.
string candidate = 2;com.google.protobuf.ByteString getCandidateBytes()
The public key of candidate.
string candidate = 2;long getAmount()
Amount of voting.
int64 amount = 3;long getTermNumber()
The term number of voting.
int64 term_number = 4;boolean hasVoteId()
The vote id.
.Hash vote_id = 5;Client.Hash getVoteId()
The vote id.
.Hash vote_id = 5;Client.HashOrBuilder getVoteIdOrBuilder()
The vote id.
.Hash vote_id = 5;long getLockTime()
Vote lock time.
int64 lock_time = 6;boolean hasUnlockTimestamp()
The unlock timestamp.
.google.protobuf.Timestamp unlock_timestamp = 7;com.google.protobuf.Timestamp getUnlockTimestamp()
The unlock timestamp.
.google.protobuf.Timestamp unlock_timestamp = 7;com.google.protobuf.TimestampOrBuilder getUnlockTimestampOrBuilder()
The unlock timestamp.
.google.protobuf.Timestamp unlock_timestamp = 7;boolean hasWithdrawTimestamp()
The withdraw timestamp.
.google.protobuf.Timestamp withdraw_timestamp = 8;com.google.protobuf.Timestamp getWithdrawTimestamp()
The withdraw timestamp.
.google.protobuf.Timestamp withdraw_timestamp = 8;com.google.protobuf.TimestampOrBuilder getWithdrawTimestampOrBuilder()
The withdraw timestamp.
.google.protobuf.Timestamp withdraw_timestamp = 8;boolean hasVoteTimestamp()
The vote timestamp.
.google.protobuf.Timestamp vote_timestamp = 9;com.google.protobuf.Timestamp getVoteTimestamp()
The vote timestamp.
.google.protobuf.Timestamp vote_timestamp = 9;com.google.protobuf.TimestampOrBuilder getVoteTimestampOrBuilder()
The vote timestamp.
.google.protobuf.Timestamp vote_timestamp = 9;boolean getIsWithdrawn()
Indicates if the vote has been withdrawn.
bool is_withdrawn = 10;long getWeight()
Vote weight for sharing bonus.
int64 weight = 11;boolean getIsChangeTarget()
Whether vote others.
bool is_change_target = 12;Copyright © 2020. All rights reserved.