public static interface Contract.VoteAssetContractOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getCount()
int32 count = 5; |
com.google.protobuf.ByteString |
getOwnerAddress()
bytes owner_address = 1; |
boolean |
getSupport()
bool support = 3; |
com.google.protobuf.ByteString |
getVoteAddress(int index)
repeated bytes vote_address = 2; |
int |
getVoteAddressCount()
repeated bytes vote_address = 2; |
List<com.google.protobuf.ByteString> |
getVoteAddressList()
repeated bytes vote_address = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getOwnerAddress()
bytes owner_address = 1;
List<com.google.protobuf.ByteString> getVoteAddressList()
repeated bytes vote_address = 2;
int getVoteAddressCount()
repeated bytes vote_address = 2;
com.google.protobuf.ByteString getVoteAddress(int index)
repeated bytes vote_address = 2;
boolean getSupport()
bool support = 3;
int getCount()
int32 count = 5;
Copyright © 2020. All rights reserved.