getSignatures

abstract fun getSignatures(index: Int): ByteString
array of size 1, containing the standard signature structure of the transaction sender
repeated bytes signatures = 2;

Return

The signatures at the given index.

Parameters

index

The index of the element to return.