CandidateRegisterOrBuilder

Functions

Link copied to clipboard
abstract fun getAutoStake(): Boolean
bool autoStake = 4;
Link copied to clipboard
abstract fun getCandidate(): CandidateBasicInfo
.TW.IoTeX.Proto.Staking.CandidateBasicInfo candidate = 1;
Link copied to clipboard
abstract fun getOwnerAddress(): String
if ownerAddress is absent, owner of candidate is the sender
string ownerAddress = 5;
Link copied to clipboard
abstract fun getOwnerAddressBytes(): ByteString
if ownerAddress is absent, owner of candidate is the sender
string ownerAddress = 5;
Link copied to clipboard
abstract fun getPayload(): ByteString
bytes payload = 6;
Link copied to clipboard
abstract fun getStakedAmount(): String
string stakedAmount = 2;
Link copied to clipboard
abstract fun getStakedAmountBytes(): ByteString
string stakedAmount = 2;
Link copied to clipboard
abstract fun getStakedDuration(): Int
uint32 stakedDuration = 3;
Link copied to clipboard
abstract fun hasCandidate(): Boolean
.TW.IoTeX.Proto.Staking.CandidateBasicInfo candidate = 1;

Inheritors

Link copied to clipboard