public static interface ElectionContract.TermSnapshotOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsElectionResult(String key)
map<string, sint64> election_result = 3; |
Map<String,Long> |
getElectionResult()
已过时。
|
int |
getElectionResultCount()
map<string, sint64> election_result = 3; |
Map<String,Long> |
getElectionResultMap()
map<string, sint64> election_result = 3; |
long |
getElectionResultOrDefault(String key,
long defaultValue)
map<string, sint64> election_result = 3; |
long |
getElectionResultOrThrow(String key)
map<string, sint64> election_result = 3; |
long |
getEndRoundNumber()
sint64 end_round_number = 1; |
long |
getMinedBlocks()
sint64 mined_blocks = 2; |
long getEndRoundNumber()
sint64 end_round_number = 1;long getMinedBlocks()
sint64 mined_blocks = 2;int getElectionResultCount()
map<string, sint64> election_result = 3;boolean containsElectionResult(String key)
map<string, sint64> election_result = 3;@Deprecated Map<String,Long> getElectionResult()
getElectionResultMap() instead.Map<String,Long> getElectionResultMap()
map<string, sint64> election_result = 3;long getElectionResultOrDefault(String key, long defaultValue)
map<string, sint64> election_result = 3;long getElectionResultOrThrow(String key)
map<string, sint64> election_result = 3;Copyright © 2020. All rights reserved.