getVoteAddressBytes

abstract fun getVoteAddressBytes(index: Int): ByteString
Vote addresses
repeated string vote_address = 2;

Return

The voteAddress at the given index.

Parameters

index

The index of the element to return.