Class TxInfoProxyTO
- java.lang.Object
-
- io.api.etherscan.model.proxy.utility.TxInfoProxyTO
-
public class TxInfoProxyTO extends java.lang.Object! NO DESCRIPTION !- Since:
- 03.11.2018
- Author:
- GoodforGod
-
-
Constructor Summary
Constructors Constructor Description TxInfoProxyTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErrorProxyTOgetError()java.lang.StringgetId()java.lang.StringgetJsonrpc()ReceiptProxygetResult()
-
-
-
Method Detail
-
getResult
public ReceiptProxy getResult()
-
getId
public java.lang.String getId()
-
getJsonrpc
public java.lang.String getJsonrpc()
-
getError
public ErrorProxyTO getError()
-
-