Package app.keyconnect.server.gateways
Class EthereumGatewayConfiguration
java.lang.Object
app.keyconnect.server.gateways.EthereumGatewayConfiguration
@Configuration
@Import({app.keyconnect.rippled.api.spring.JacksonConfig.class,YamlConfiguration.class})
public class EthereumGatewayConfiguration
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description EthereumGatewayConfiguration() -
Method Summary
Modifier and Type Method Description EtherscanUtiletherscanUtil(org.springframework.core.env.Environment env)EthereumGatewayxrpGateway(YamlConfiguration configuration, EtherscanUtil etherscanUtil)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EthereumGatewayConfiguration
public EthereumGatewayConfiguration()
-
-
Method Details
-
etherscanUtil
-
xrpGateway
@Bean("EthereumGateway") public EthereumGateway xrpGateway(YamlConfiguration configuration, EtherscanUtil etherscanUtil)
-