public static interface Contract.VoteWitnessContractOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getOwnerAddress()
bytes owner_address = 1; |
boolean |
getSupport()
bool support = 3; |
Contract.VoteWitnessContract.Vote |
getVotes(int index)
repeated .protocol.VoteWitnessContract.Vote votes = 2; |
int |
getVotesCount()
repeated .protocol.VoteWitnessContract.Vote votes = 2; |
List<Contract.VoteWitnessContract.Vote> |
getVotesList()
repeated .protocol.VoteWitnessContract.Vote votes = 2; |
Contract.VoteWitnessContract.VoteOrBuilder |
getVotesOrBuilder(int index)
repeated .protocol.VoteWitnessContract.Vote votes = 2; |
List<? extends Contract.VoteWitnessContract.VoteOrBuilder> |
getVotesOrBuilderList()
repeated .protocol.VoteWitnessContract.Vote votes = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getOwnerAddress()
bytes owner_address = 1;
List<Contract.VoteWitnessContract.Vote> getVotesList()
repeated .protocol.VoteWitnessContract.Vote votes = 2;
Contract.VoteWitnessContract.Vote getVotes(int index)
repeated .protocol.VoteWitnessContract.Vote votes = 2;
int getVotesCount()
repeated .protocol.VoteWitnessContract.Vote votes = 2;
List<? extends Contract.VoteWitnessContract.VoteOrBuilder> getVotesOrBuilderList()
repeated .protocol.VoteWitnessContract.Vote votes = 2;
Contract.VoteWitnessContract.VoteOrBuilder getVotesOrBuilder(int index)
repeated .protocol.VoteWitnessContract.Vote votes = 2;
boolean getSupport()
bool support = 3;
Copyright © 2020. All rights reserved.