Uses of Class
com.academy.stratum.dto.EtherlinkerResponseData
-
Packages that use EtherlinkerResponseData Package Description com.academy.stratum.dto com.academy.stratum.service com.academy.stratum.service.impl -
-
Uses of EtherlinkerResponseData in com.academy.stratum.dto
Methods in com.academy.stratum.dto that return types with arguments of type EtherlinkerResponseData Modifier and Type Method Description java.util.ArrayList<EtherlinkerResponseData>EtherlinkerBatchResponseData. getEtherlinkerResponseDataList()Method parameters in com.academy.stratum.dto with type arguments of type EtherlinkerResponseData Modifier and Type Method Description voidEtherlinkerBatchResponseData. setEtherlinkerResponseDataList(java.util.ArrayList<EtherlinkerResponseData> etherlinkerResponseDataList) -
Uses of EtherlinkerResponseData in com.academy.stratum.service
Methods in com.academy.stratum.service that return EtherlinkerResponseData Modifier and Type Method Description EtherlinkerResponseDataEthereumService. createWallet(EtherlinkerRequestData etherlinkerRequestData)Create a new wallet by using request dataEtherlinkerResponseDataEthereumService. deployContract(EtherlinkerRequestData etherlinkerRequestData)Deploy contract, which previously was compiled by Web3j into specific wrapper classEtherlinkerResponseDataEthereumService. enhanceResponseData(EtherlinkerResponseData etherlinkerResponseData, EtherlinkerRequestData etherlinkerRequestData, java.lang.String operationType)Enhance response data with parameters, which are common for any type of responseEtherlinkerResponseDataEthereumService. execContractMethod(EtherlinkerRequestData etherlinkerRequestData)Execute custom solidity contract methodEtherlinkerResponseDataEthereumService. getBalance(EtherlinkerRequestData etherlinkerRequestData)Get balance of specified wallet from request dataEtherlinkerResponseDataEthereumService. transferEther(EtherlinkerRequestData etherlinkerRequestData)Methods in com.academy.stratum.service with parameters of type EtherlinkerResponseData Modifier and Type Method Description EtherlinkerResponseDataEthereumService. enhanceResponseData(EtherlinkerResponseData etherlinkerResponseData, EtherlinkerRequestData etherlinkerRequestData, java.lang.String operationType)Enhance response data with parameters, which are common for any type of response -
Uses of EtherlinkerResponseData in com.academy.stratum.service.impl
Methods in com.academy.stratum.service.impl that return EtherlinkerResponseData Modifier and Type Method Description EtherlinkerResponseDataEthereumServiceImpl. createWallet(EtherlinkerRequestData etherlinkerRequestData)EtherlinkerResponseDataEthereumServiceImpl. deployContract(EtherlinkerRequestData etherlinkerRequestData)EtherlinkerResponseDataEthereumServiceImpl. enhanceResponseData(EtherlinkerResponseData etherlinkerResponseData, EtherlinkerRequestData etherlinkerRequestData, java.lang.String operationType)EtherlinkerResponseDataEthereumServiceImpl. execContractMethod(EtherlinkerRequestData etherlinkerRequestData)EtherlinkerResponseDataEthereumServiceImpl. getBalance(EtherlinkerRequestData etherlinkerRequestData)EtherlinkerResponseDataEthereumServiceImpl. transferEther(EtherlinkerRequestData etherlinkerRequestData)Methods in com.academy.stratum.service.impl with parameters of type EtherlinkerResponseData Modifier and Type Method Description EtherlinkerResponseDataEthereumServiceImpl. enhanceResponseData(EtherlinkerResponseData etherlinkerResponseData, EtherlinkerRequestData etherlinkerRequestData, java.lang.String operationType)
-