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