getCoinBytes

abstract fun getCoinBytes(index: Int): ByteString
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.