getVoteAddress

open fun getVoteAddress(index: Int): String
Vote addresses
repeated string vote_address = 2;

Return

The voteAddress at the given index.

Parameters

index

The index of the element to return.