public interface IStatisticApi
| Modifier and Type | Method and Description |
|---|---|
Price |
lastPrice()
Eth last USD and BTC price
|
Supply |
supply()
Eth total supply
|
BigInteger |
supply(String contract)
ERC20 token total Supply
|
@NotNull BigInteger supply(String contract) throws ApiException
contract - contract addressApiException - parent exception class@NotNull Supply supply() throws ApiException
ApiException - parent exception class@NotNull Price lastPrice() throws ApiException
ApiException - parent exception classCopyright © 2019. All rights reserved.