public interface ReceiptOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getActHash()
bytes actHash = 3; |
long |
getBlkHeight()
uint64 blkHeight = 2; |
String |
getContractAddress()
string contractAddress = 5; |
com.google.protobuf.ByteString |
getContractAddressBytes()
string contractAddress = 5; |
String |
getExecutionRevertMsg()
string executionRevertMsg = 7; |
com.google.protobuf.ByteString |
getExecutionRevertMsgBytes()
string executionRevertMsg = 7; |
long |
getGasConsumed()
uint64 gasConsumed = 4; |
Log |
getLogs(int index)
repeated .iotextypes.Log logs = 6; |
int |
getLogsCount()
repeated .iotextypes.Log logs = 6; |
List<Log> |
getLogsList()
repeated .iotextypes.Log logs = 6; |
LogOrBuilder |
getLogsOrBuilder(int index)
repeated .iotextypes.Log logs = 6; |
List<? extends LogOrBuilder> |
getLogsOrBuilderList()
repeated .iotextypes.Log logs = 6; |
long |
getStatus()
uint64 status = 1; |
int |
getTxIndex()
uint32 txIndex = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getStatus()
uint64 status = 1;long getBlkHeight()
uint64 blkHeight = 2;com.google.protobuf.ByteString getActHash()
bytes actHash = 3;long getGasConsumed()
uint64 gasConsumed = 4;String getContractAddress()
string contractAddress = 5;com.google.protobuf.ByteString getContractAddressBytes()
string contractAddress = 5;Log getLogs(int index)
repeated .iotextypes.Log logs = 6;int getLogsCount()
repeated .iotextypes.Log logs = 6;List<? extends LogOrBuilder> getLogsOrBuilderList()
repeated .iotextypes.Log logs = 6;LogOrBuilder getLogsOrBuilder(int index)
repeated .iotextypes.Log logs = 6;String getExecutionRevertMsg()
string executionRevertMsg = 7;com.google.protobuf.ByteString getExecutionRevertMsgBytes()
string executionRevertMsg = 7;int getTxIndex()
uint32 txIndex = 8;Copyright © 2022 IoTeX Group. All rights reserved.