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 void
EtherlinkerBatchResponseData. 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 EtherlinkerResponseData
EthereumService. createWallet(EtherlinkerRequestData etherlinkerRequestData)
Create a new wallet by using request dataEtherlinkerResponseData
EthereumService. deployContract(EtherlinkerRequestData etherlinkerRequestData)
Deploy contract, which previously was compiled by Web3j into specific wrapper classEtherlinkerResponseData
EthereumService. enhanceResponseData(EtherlinkerResponseData etherlinkerResponseData, EtherlinkerRequestData etherlinkerRequestData, java.lang.String operationType)
Enhance response data with parameters, which are common for any type of responseEtherlinkerResponseData
EthereumService. execContractMethod(EtherlinkerRequestData etherlinkerRequestData)
Execute custom solidity contract methodEtherlinkerResponseData
EthereumService. getBalance(EtherlinkerRequestData etherlinkerRequestData)
Get balance of specified wallet from request dataEtherlinkerResponseData
EthereumService. transferEther(EtherlinkerRequestData etherlinkerRequestData)
Methods in com.academy.stratum.service with parameters of type EtherlinkerResponseData Modifier and Type Method Description EtherlinkerResponseData
EthereumService. 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 EtherlinkerResponseData
EthereumServiceImpl. createWallet(EtherlinkerRequestData etherlinkerRequestData)
EtherlinkerResponseData
EthereumServiceImpl. deployContract(EtherlinkerRequestData etherlinkerRequestData)
EtherlinkerResponseData
EthereumServiceImpl. enhanceResponseData(EtherlinkerResponseData etherlinkerResponseData, EtherlinkerRequestData etherlinkerRequestData, java.lang.String operationType)
EtherlinkerResponseData
EthereumServiceImpl. execContractMethod(EtherlinkerRequestData etherlinkerRequestData)
EtherlinkerResponseData
EthereumServiceImpl. getBalance(EtherlinkerRequestData etherlinkerRequestData)
EtherlinkerResponseData
EthereumServiceImpl. transferEther(EtherlinkerRequestData etherlinkerRequestData)
Methods in com.academy.stratum.service.impl with parameters of type EtherlinkerResponseData Modifier and Type Method Description EtherlinkerResponseData
EthereumServiceImpl. enhanceResponseData(EtherlinkerResponseData etherlinkerResponseData, EtherlinkerRequestData etherlinkerRequestData, java.lang.String operationType)
-