getOutputsData

open fun getOutputsData(index: Int): ByteString
A list of outputs data.
repeated bytes outputs_data = 5;

Return

The outputsData at the given index.

Parameters

index

The index of the element to return.