public class TransactionReceiptFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
protected |
TransactionReceiptFactory(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
TransactionReceipt |
createReceipt(SWIGTYPE_p_bytes _receiptData) |
TransactionReceipt |
createReceipt(SWIGTYPE_p_bytesConstRef _receiptData) |
TransactionReceipt |
createReceipt(SWIGTYPE_p_u256 gasUsed,
java.lang.String contractAddress,
LogEntryVector logEntries,
int status,
SWIGTYPE_p_bcos__bytesConstRef output,
SWIGTYPE_p_BlockNumber blockNumber) |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(TransactionReceiptFactory obj) |
protected static long |
swigRelease(TransactionReceiptFactory obj) |
protected TransactionReceiptFactory(long cPtr,
boolean cMemoryOwn)
protected static long getCPtr(TransactionReceiptFactory obj)
protected static long swigRelease(TransactionReceiptFactory obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public TransactionReceipt createReceipt(SWIGTYPE_p_bytesConstRef _receiptData)
public TransactionReceipt createReceipt(SWIGTYPE_p_bytes _receiptData)
public TransactionReceipt createReceipt(SWIGTYPE_p_u256 gasUsed, java.lang.String contractAddress, LogEntryVector logEntries, int status, SWIGTYPE_p_bcos__bytesConstRef output, SWIGTYPE_p_BlockNumber blockNumber)