public class TransactionReceipt
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
TransactionReceipt(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
int |
blockNumber() |
SWIGTYPE_p_std__string_view |
contractAddress() |
void |
decode(SWIGTYPE_p_bytesConstRef _receiptData) |
void |
delete() |
void |
encode(SWIGTYPE_p_bytes _encodedData) |
protected void |
finalize() |
SWIGTYPE_p_bcos__u256 |
gasUsed() |
protected static long |
getCPtr(TransactionReceipt obj) |
SWIGTYPE_p_bcos__h256 |
hash() |
SWIGTYPE_p_gsl__spanT_bcos__protocol__LogEntry_const_t |
logEntries() |
java.lang.String |
message() |
SWIGTYPE_p_bcos__bytesConstRef |
output() |
void |
setMessage(java.lang.String message) |
int |
status() |
protected void |
swigSetCMemOwn(boolean own) |
int |
version() |
protected static long getCPtr(TransactionReceipt obj)
protected void swigSetCMemOwn(boolean own)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public void decode(SWIGTYPE_p_bytesConstRef _receiptData)
public void encode(SWIGTYPE_p_bytes _encodedData)
public SWIGTYPE_p_bcos__h256 hash()
public int version()
public SWIGTYPE_p_bcos__u256 gasUsed()
public SWIGTYPE_p_std__string_view contractAddress()
public int status()
public SWIGTYPE_p_bcos__bytesConstRef output()
public SWIGTYPE_p_gsl__spanT_bcos__protocol__LogEntry_const_t logEntries()
public int blockNumber()
public java.lang.String message()
public void setMessage(java.lang.String message)