public class HandleTransactionReceipt
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
HandleTransactionReceipt(HandleTransactionReceipt arg0) |
protected |
HandleTransactionReceipt(long cPtr,
boolean cMemoryOwn) |
|
HandleTransactionReceipt(RPCClient rpcClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
TransactionReceipt |
get() |
protected static long |
getCPtr(HandleTransactionReceipt obj) |
int |
seq() |
void |
setCallback(Callback callback) |
void |
setSeq(int seq) |
protected static long |
swigRelease(HandleTransactionReceipt obj) |
void |
waitFor() |
protected HandleTransactionReceipt(long cPtr,
boolean cMemoryOwn)
public HandleTransactionReceipt(RPCClient rpcClient)
public HandleTransactionReceipt(HandleTransactionReceipt arg0)
protected static long getCPtr(HandleTransactionReceipt obj)
protected static long swigRelease(HandleTransactionReceipt obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public TransactionReceipt get()
public void waitFor()
public void setCallback(Callback callback)
public void setSeq(int seq)
public int seq()