getTopicsBytes

open fun getTopicsBytes(index: Int): ByteString

repeated string topics = 2;

Return

The bytes of the topics at the given index.

Parameters

index

The index of the value to return.