WalletCore
WalletCore
/
wallet.core.jni.proto
/
IoTeX
/
Staking
/
CandidateBasicInfoOrBuilder
Candidate
Basic
Info
Or
Builder
interface
CandidateBasicInfoOrBuilder
Functions
Inheritors
Functions
get
Name
Link copied to clipboard
abstract
fun
getName
(
)
:
String
string name = 1;
get
Name
Bytes
Link copied to clipboard
abstract
fun
getNameBytes
(
)
:
ByteString
string name = 1;
get
Operator
Address
Link copied to clipboard
abstract
fun
getOperatorAddress
(
)
:
String
string operatorAddress = 2;
get
Operator
Address
Bytes
Link copied to clipboard
abstract
fun
getOperatorAddressBytes
(
)
:
ByteString
string operatorAddress = 2;
get
Reward
Address
Link copied to clipboard
abstract
fun
getRewardAddress
(
)
:
String
string rewardAddress = 3;
get
Reward
Address
Bytes
Link copied to clipboard
abstract
fun
getRewardAddressBytes
(
)
:
ByteString
string rewardAddress = 3;
Inheritors
CandidateBasicInfo
Link copied to clipboard