getMsgs

open fun getMsgs(index: Int): ByteString
array of size 1, containing the transaction message, which are one of the transaction type below
repeated bytes msgs = 1;

Return

The msgs at the given index.

Parameters

index

The index of the element to return.