WalletCore
WalletCore
/
wallet.core.jni.proto
/
Cosmos
/
Message
/
MsgVoteOrBuilder
Msg
Vote
Or
Builder
interface
MsgVoteOrBuilder
Functions
Inheritors
Functions
get
Option
Link copied to clipboard
abstract
fun
getOption
(
)
:
VoteOption
.TW.Cosmos.Proto.Message.VoteOption option = 3;
get
Option
Value
Link copied to clipboard
abstract
fun
getOptionValue
(
)
:
Int
.TW.Cosmos.Proto.Message.VoteOption option = 3;
get
Proposal
Id
Link copied to clipboard
abstract
fun
getProposalId
(
)
:
Long
uint64 proposal_id = 1;
get
Voter
Link copied to clipboard
abstract
fun
getVoter
(
)
:
String
string voter = 2;
get
Voter
Bytes
Link copied to clipboard
abstract
fun
getVoterBytes
(
)
:
ByteString
string voter = 2;
Inheritors
MsgVote
Link copied to clipboard