getVoteAddressBytes

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

Return

The bytes of the voteAddress at the given index.

Parameters

index

The index of the value to return.