Uses of Class
io.keyko.nevermined.models.faucet.FaucetResponse
-
Packages that use FaucetResponse Package Description io.keyko.nevermined.api io.keyko.nevermined.api.impl io.keyko.nevermined.external -
-
Uses of FaucetResponse in io.keyko.nevermined.api
Methods in io.keyko.nevermined.api that return FaucetResponse Modifier and Type Method Description FaucetResponseAccountsAPI. requestEthFromFaucet(String address)Requests Ether to faucet for paying transactions gas -
Uses of FaucetResponse in io.keyko.nevermined.api.impl
Methods in io.keyko.nevermined.api.impl that return FaucetResponse Modifier and Type Method Description FaucetResponseAccountsImpl. requestEthFromFaucet(String address) -
Uses of FaucetResponse in io.keyko.nevermined.external
Methods in io.keyko.nevermined.external that return FaucetResponse Modifier and Type Method Description static FaucetResponseFaucetService. requestEthFromFaucet(String faucetUrl, String address)Requests Network ETH to the faucet for paying the transactions gas
-