getCoinBytes

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

Return

The bytes of the coin at the given index.

Parameters

index

The index of the value to return.