public class TransactionReceiptImpl extends TransactionReceipt
| Modifier | Constructor and Description |
|---|---|
protected |
TransactionReceiptImpl(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
int |
blockNumber() |
SWIGTYPE_p_std__string_view |
contractAddress() |
void |
decode(SWIGTYPE_p_bcos__bytesConstRef _receiptData) |
void |
delete() |
void |
encode(SWIGTYPE_p_std__vectorT_unsigned_char_t _encodedData) |
protected void |
finalize() |
SWIGTYPE_p_bcos__u256 |
gasUsed() |
protected static long |
getCPtr(TransactionReceiptImpl obj) |
SWIGTYPE_p_bcos__h256 |
hash() |
SWIGTYPE_p_bcostars__TransactionReceipt |
inner() |
SWIGTYPE_p_std__functionT_bcostars__TransactionReceipt_pfF_t |
innerGetter() |
SWIGTYPE_p_gsl__spanT_bcos__protocol__LogEntry_const_t |
logEntries() |
java.lang.String |
message() |
SWIGTYPE_p_bcostars__TransactionReceipt |
mutableInner() |
SWIGTYPE_p_bcos__bytesConstRef |
output() |
void |
setInner(SWIGTYPE_p_bcostars__TransactionReceipt inner) |
void |
setLogEntries(LogEntryVector _logEntries) |
void |
setMessage(java.lang.String message) |
int |
status() |
protected void |
swigSetCMemOwn(boolean own) |
int |
version() |
decode, encode, getCPtrprotected TransactionReceiptImpl(long cPtr,
boolean cMemoryOwn)
protected static long getCPtr(TransactionReceiptImpl obj)
protected void swigSetCMemOwn(boolean own)
swigSetCMemOwn in class TransactionReceiptprotected void finalize()
finalize in class TransactionReceiptpublic void delete()
delete in class TransactionReceiptpublic void decode(SWIGTYPE_p_bcos__bytesConstRef _receiptData)
public void encode(SWIGTYPE_p_std__vectorT_unsigned_char_t _encodedData)
public SWIGTYPE_p_bcos__h256 hash()
hash in class TransactionReceiptpublic int version()
version in class TransactionReceiptpublic SWIGTYPE_p_bcos__u256 gasUsed()
gasUsed in class TransactionReceiptpublic SWIGTYPE_p_std__string_view contractAddress()
contractAddress in class TransactionReceiptpublic int status()
status in class TransactionReceiptpublic SWIGTYPE_p_bcos__bytesConstRef output()
output in class TransactionReceiptpublic SWIGTYPE_p_gsl__spanT_bcos__protocol__LogEntry_const_t logEntries()
logEntries in class TransactionReceiptpublic int blockNumber()
blockNumber in class TransactionReceiptpublic SWIGTYPE_p_bcostars__TransactionReceipt inner()
public SWIGTYPE_p_bcostars__TransactionReceipt mutableInner()
public void setInner(SWIGTYPE_p_bcostars__TransactionReceipt inner)
public SWIGTYPE_p_std__functionT_bcostars__TransactionReceipt_pfF_t innerGetter()
public void setLogEntries(LogEntryVector _logEntries)
public java.lang.String message()
message in class TransactionReceiptpublic void setMessage(java.lang.String message)
setMessage in class TransactionReceipt