VoteWitnessContractOrBuilder

Functions

Link copied to clipboard
abstract fun getOwnerAddress(): String
Owner
string owner_address = 1;
Link copied to clipboard
abstract fun getOwnerAddressBytes(): ByteString
Owner
string owner_address = 1;
Link copied to clipboard
abstract fun getSupport(): Boolean
bool support = 3;
Link copied to clipboard
abstract fun getVotes(index: Int): Vote
The votes
repeated .TW.Tron.Proto.VoteWitnessContract.Vote votes = 2;
Link copied to clipboard
abstract fun getVotesCount(): Int
The votes
repeated .TW.Tron.Proto.VoteWitnessContract.Vote votes = 2;
Link copied to clipboard
abstract fun getVotesList(): List<Vote>
The votes
repeated .TW.Tron.Proto.VoteWitnessContract.Vote votes = 2;

Inheritors

Link copied to clipboard