public static interface Protocol.TransactionInfo.LogOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getAddress()
bytes address = 1; |
com.google.protobuf.ByteString |
getData()
bytes data = 3; |
com.google.protobuf.ByteString |
getTopics(int index)
repeated bytes topics = 2; |
int |
getTopicsCount()
repeated bytes topics = 2; |
List<com.google.protobuf.ByteString> |
getTopicsList()
repeated bytes topics = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getAddress()
bytes address = 1;List<com.google.protobuf.ByteString> getTopicsList()
repeated bytes topics = 2;int getTopicsCount()
repeated bytes topics = 2;com.google.protobuf.ByteString getTopics(int index)
repeated bytes topics = 2;com.google.protobuf.ByteString getData()
bytes data = 3;Copyright © 2020. All rights reserved.