Package org.aion4j.avm.helper.util
Class ResultCache
- java.lang.Object
-
- org.aion4j.avm.helper.util.ResultCache
-
public class ResultCache extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEPLOY_ADDRESSstatic StringDEPLOY_TX_RECEIPTstatic StringstatusFileNamestatic StringTX_RECEIPT
-
Constructor Summary
Constructors Constructor Description ResultCache(String projectName, String targetFolder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLastDeployedAddress()StringgetLastDeployTxnReceipt()StringgetLastTxnReceipt()voidupdateDeployAddress(String address)voidupdateDeployTxnReceipt(String txHash)voidupdateTxnReceipt(String txHash)
-
-
-
Method Detail
-
updateDeployAddress
public void updateDeployAddress(String address)
-
updateDeployTxnReceipt
public void updateDeployTxnReceipt(String txHash)
-
updateTxnReceipt
public void updateTxnReceipt(String txHash)
-
getLastDeployedAddress
public String getLastDeployedAddress()
-
getLastDeployTxnReceipt
public String getLastDeployTxnReceipt()
-
getLastTxnReceipt
public String getLastTxnReceipt()
-
-