VoteWitnessContract

Vote witness
Protobuf type TW.Tron.Proto.VoteWitnessContract

Types

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

Functions

Link copied to clipboard
open fun getDefaultInstance(): VoteWitnessContract
Link copied to clipboard
Owner
string owner_address = 1;
Link copied to clipboard
open fun getOwnerAddressBytes(): ByteString
Owner
string owner_address = 1;
Link copied to clipboard
open fun getSupport(): Boolean
bool support = 3;
Link copied to clipboard
open fun getVotes(index: Int): Vote
The votes
repeated .TW.Tron.Proto.VoteWitnessContract.Vote votes = 2;
Link copied to clipboard
open fun getVotesCount(): Int
The votes
repeated .TW.Tron.Proto.VoteWitnessContract.Vote votes = 2;
Link copied to clipboard
open fun getVotesList(): List<Vote>
The votes
repeated .TW.Tron.Proto.VoteWitnessContract.Vote votes = 2;
Link copied to clipboard
open fun getVotesOrBuilder(index: Int): VoteOrBuilder
The votes
repeated .TW.Tron.Proto.VoteWitnessContract.Vote votes = 2;
Link copied to clipboard
open fun getVotesOrBuilderList(): List<out VoteOrBuilder>
The votes
repeated .TW.Tron.Proto.VoteWitnessContract.Vote votes = 2;
Link copied to clipboard
open fun newBuilder(prototype: VoteWitnessContract): Tron.VoteWitnessContract.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): VoteWitnessContract
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): VoteWitnessContract
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): VoteWitnessContract
open fun parseFrom(data: ByteString): VoteWitnessContract
open fun parseFrom(input: CodedInputStream): VoteWitnessContract
open fun parseFrom(input: InputStream): VoteWitnessContract
open fun parseFrom(data: ByteBuffer): VoteWitnessContract
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): VoteWitnessContract
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): VoteWitnessContract
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): VoteWitnessContract
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): VoteWitnessContract
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): VoteWitnessContract
Link copied to clipboard
open fun parser(): Parser<VoteWitnessContract>

Properties

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