getCoin

abstract fun getCoin(index: Int): String
used in case you are sending native tokens along with this message
repeated string coin = 6;

Return

The coin at the given index.

Parameters

index

The index of the element to return.