public interface CandidateRegisterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoStake()
bool autoStake = 4; |
CandidateBasicInfo |
getCandidate()
.iotextypes.CandidateBasicInfo candidate = 1; |
CandidateBasicInfoOrBuilder |
getCandidateOrBuilder()
.iotextypes.CandidateBasicInfo candidate = 1; |
String |
getOwnerAddress()
if ownerAddress is absent, owner of candidate is the sender
|
com.google.protobuf.ByteString |
getOwnerAddressBytes()
if ownerAddress is absent, owner of candidate is the sender
|
com.google.protobuf.ByteString |
getPayload()
bytes payload = 6; |
String |
getStakedAmount()
string stakedAmount = 2; |
com.google.protobuf.ByteString |
getStakedAmountBytes()
string stakedAmount = 2; |
int |
getStakedDuration()
uint32 stakedDuration = 3; |
boolean |
hasCandidate()
.iotextypes.CandidateBasicInfo candidate = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCandidate()
.iotextypes.CandidateBasicInfo candidate = 1;CandidateBasicInfo getCandidate()
.iotextypes.CandidateBasicInfo candidate = 1;CandidateBasicInfoOrBuilder getCandidateOrBuilder()
.iotextypes.CandidateBasicInfo candidate = 1;String getStakedAmount()
string stakedAmount = 2;com.google.protobuf.ByteString getStakedAmountBytes()
string stakedAmount = 2;int getStakedDuration()
uint32 stakedDuration = 3;boolean getAutoStake()
bool autoStake = 4;String getOwnerAddress()
if ownerAddress is absent, owner of candidate is the sender
string ownerAddress = 5;com.google.protobuf.ByteString getOwnerAddressBytes()
if ownerAddress is absent, owner of candidate is the sender
string ownerAddress = 5;com.google.protobuf.ByteString getPayload()
bytes payload = 6;Copyright © 2022 IoTeX Group. All rights reserved.