getAddress

open fun getAddress(index: Int): String

repeated string address = 1;

Return

The address at the given index.

Parameters

index

The index of the element to return.