public interface TransactionStructLogOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth()
int32 depth = 9; |
String |
getError()
string error = 12; |
com.google.protobuf.ByteString |
getErrorBytes()
string error = 12; |
long |
getGas()
uint64 gas = 3; |
long |
getGasCost()
uint64 gasCost = 4; |
String |
getMemory()
string memory = 5; |
com.google.protobuf.ByteString |
getMemoryBytes()
string memory = 5; |
int |
getMemSize()
int32 memSize = 6; |
long |
getOp()
uint64 op = 2; |
String |
getOpName()
string opName = 11; |
com.google.protobuf.ByteString |
getOpNameBytes()
string opName = 11; |
long |
getPc()
uint64 pc = 1; |
long |
getRefund()
uint64 refund = 10; |
String |
getReturnData()
string returnData = 8; |
com.google.protobuf.ByteString |
getReturnDataBytes()
string returnData = 8; |
String |
getStack(int index)
repeated string stack = 7; |
com.google.protobuf.ByteString |
getStackBytes(int index)
repeated string stack = 7; |
int |
getStackCount()
repeated string stack = 7; |
List<String> |
getStackList()
repeated string stack = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getPc()
uint64 pc = 1;long getOp()
uint64 op = 2;long getGas()
uint64 gas = 3;long getGasCost()
uint64 gasCost = 4;String getMemory()
string memory = 5;com.google.protobuf.ByteString getMemoryBytes()
string memory = 5;int getMemSize()
int32 memSize = 6;int getStackCount()
repeated string stack = 7;String getStack(int index)
repeated string stack = 7;com.google.protobuf.ByteString getStackBytes(int index)
repeated string stack = 7;String getReturnData()
string returnData = 8;com.google.protobuf.ByteString getReturnDataBytes()
string returnData = 8;int getDepth()
int32 depth = 9;long getRefund()
uint64 refund = 10;String getOpName()
string opName = 11;com.google.protobuf.ByteString getOpNameBytes()
string opName = 11;String getError()
string error = 12;com.google.protobuf.ByteString getErrorBytes()
string error = 12;Copyright © 2022 IoTeX Group. All rights reserved.