Vote

A vote
Protobuf type TW.Tron.Proto.VoteWitnessContract.Vote

Types

Link copied to clipboard
class Builder
A vote
Protobuf type TW.Tron.Proto.VoteWitnessContract.Vote

Functions

Link copied to clipboard
open fun getDefaultInstance(): Vote
Link copied to clipboard
address
string vote_address = 1;
Link copied to clipboard
open fun getVoteAddressBytes(): ByteString
address
string vote_address = 1;
Link copied to clipboard
open fun getVoteCount(): Long
vote count
int64 vote_count = 2;
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): Vote
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Vote
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): Vote
open fun parseFrom(data: ByteString): Vote
open fun parseFrom(input: CodedInputStream): Vote
open fun parseFrom(input: InputStream): Vote
open fun parseFrom(data: ByteBuffer): Vote
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Vote
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Vote
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Vote
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Vote
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Vote
Link copied to clipboard
open fun parser(): Parser<Vote>

Properties

Link copied to clipboard
Link copied to clipboard