MsgVote

cosmos-sdk/MsgVote defines a message to cast a vote.
Protobuf type TW.Cosmos.Proto.Message.MsgVote

Types

Link copied to clipboard
class Builder
cosmos-sdk/MsgVote defines a message to cast a vote.
Protobuf type TW.Cosmos.Proto.Message.MsgVote

Functions

Link copied to clipboard
open fun getDefaultInstance(): MsgVote
Link copied to clipboard
open fun getOption(): VoteOption
.TW.Cosmos.Proto.Message.VoteOption option = 3;
Link copied to clipboard
open fun getOptionValue(): Int
.TW.Cosmos.Proto.Message.VoteOption option = 3;
Link copied to clipboard
open fun getProposalId(): Long
uint64 proposal_id = 1;
Link copied to clipboard
open fun getVoter(): String
string voter = 2;
Link copied to clipboard
open fun getVoterBytes(): ByteString
string voter = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): MsgVote
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MsgVote
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): MsgVote
open fun parseFrom(data: ByteString): MsgVote
open fun parseFrom(input: CodedInputStream): MsgVote
open fun parseFrom(input: InputStream): MsgVote
open fun parseFrom(data: ByteBuffer): MsgVote
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MsgVote
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MsgVote
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MsgVote
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MsgVote
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MsgVote
Link copied to clipboard
open fun parser(): Parser<MsgVote>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard