public interface LogOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getActHash()
bytes actHash = 5; |
com.google.protobuf.ByteString |
getBlkHash()
bytes blkHash = 7; |
long |
getBlkHeight()
uint64 blkHeight = 4; |
String |
getContractAddress()
string contractAddress = 1; |
com.google.protobuf.ByteString |
getContractAddressBytes()
string contractAddress = 1; |
com.google.protobuf.ByteString |
getData()
bytes data = 3; |
int |
getIndex()
uint32 index = 6; |
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; |
int |
getTxIndex()
uint32 txIndex = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getContractAddress()
string contractAddress = 1;com.google.protobuf.ByteString getContractAddressBytes()
string contractAddress = 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;long getBlkHeight()
uint64 blkHeight = 4;com.google.protobuf.ByteString getActHash()
bytes actHash = 5;int getIndex()
uint32 index = 6;com.google.protobuf.ByteString getBlkHash()
bytes blkHash = 7;int getTxIndex()
uint32 txIndex = 8;Copyright © 2022 IoTeX Group. All rights reserved.