Class EthereumFaucetHelper
- java.lang.Object
-
- network.quant.ethereum.experimental.EthereumFaucetHelper
-
public class EthereumFaucetHelper extends java.lang.ObjectExperimental class for helping developer use Overleder Ethereum faucet
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfundAccount(EthereumAccount ethereumAccount)Found given EthereumAccount with 1 ETHstatic EthereumFaucetHelpergetInstance(java.lang.String url)
-
-
-
Method Detail
-
fundAccount
public void fundAccount(EthereumAccount ethereumAccount)
Found given EthereumAccount with 1 ETH- Parameters:
ethereumAccount- EthereumAccount containing the Ethereum account
-
getInstance
public static EthereumFaucetHelper getInstance(java.lang.String url)
-
-