VoteAssetContractOrBuilder

Functions

Link copied to clipboard
abstract fun getCount(): Int
int32 count = 5;
Link copied to clipboard
abstract fun getOwnerAddress(): String
Sender address
string owner_address = 1;
Link copied to clipboard
abstract fun getOwnerAddressBytes(): ByteString
Sender address
string owner_address = 1;
Link copied to clipboard
abstract fun getSupport(): Boolean
bool support = 3;
Link copied to clipboard
abstract fun getVoteAddress(index: Int): String
Vote addresses
repeated string vote_address = 2;
Link copied to clipboard
abstract fun getVoteAddressBytes(index: Int): ByteString
Vote addresses
repeated string vote_address = 2;
Link copied to clipboard
abstract fun getVoteAddressCount(): Int
Vote addresses
repeated string vote_address = 2;
Link copied to clipboard
abstract fun getVoteAddressList(): List<String>
Vote addresses
repeated string vote_address = 2;

Inheritors

Link copied to clipboard