Uses of Class
io.meeds.evm.gamification.model.EvmTransaction
Packages that use EvmTransaction
Package
Description
-
Uses of EvmTransaction in io.meeds.evm.gamification.service
Methods in io.meeds.evm.gamification.service that return EvmTransactionModifier and TypeMethodDescriptionEvmTransactionService.getLastScannedTransactionByWalletAddress(String contractAddress, Long networkId, String walletAddress) Methods in io.meeds.evm.gamification.service that return types with arguments of type EvmTransactionModifier and TypeMethodDescriptionEvmBlockchainService.getEvmTransactions(long fromBlock, long toBlock, String contractAddress, String blockchainNetwork, org.web3j.abi.datatypes.Event event) get the list of ERC20 Token transfer transactionsEvmTransactionService.getFilteredTransactionsByWalletAddress(String contractAddress, Long networkId, String walletAddress, Long creationActionTime, Long lastRewardTime, String trigger) Methods in io.meeds.evm.gamification.service with parameters of type EvmTransactionModifier and TypeMethodDescriptionvoidEvmContractTransferService.handleTriggerForHoldEvent(io.meeds.gamification.model.RuleDTO rule, EvmTransaction transaction, String walletAddress) voidEvmTransactionService.saveTransaction(EvmTransaction transaction) Method parameters in io.meeds.evm.gamification.service with type arguments of type EvmTransactionModifier and TypeMethodDescriptionvoidEvmContractTransferService.handleHoldEvent(String blockchainNetwork, String contractAddress, String walletAddress, long networkId, long duration, io.meeds.gamification.model.RuleDTO rule, org.web3j.abi.datatypes.Event event, String trigger, List<EvmTransaction> transactions) voidEvmContractTransferService.handleWithEvmTansactions(String blockchainNetwork, String contractAddress, String walletAddress, Long networkId, org.web3j.abi.datatypes.Event event, long fromBlock, long toBlock, long duration, List<EvmTransaction> evmTransactions, List<EvmTransaction> toAddressEvmTransactions, io.meeds.gamification.model.RuleDTO rule, String trigger) booleanEvmBlockchainService.isBalanceEnough(String contractAddress, String blockchainNetwork, String walletAddress, io.meeds.gamification.model.RuleDTO rule, List<EvmTransaction> transactions) -
Uses of EvmTransaction in io.meeds.evm.gamification.storage
Methods in io.meeds.evm.gamification.storage that return EvmTransactionModifier and TypeMethodDescriptionEvmTransactionStorage.getLastScannedTransactionByWalletAddress(String contractAddress, Long networkId, String walletAddress) EvmTransactionStorage.saveEvmTransaction(EvmTransaction evmTransaction) Methods in io.meeds.evm.gamification.storage that return types with arguments of type EvmTransactionModifier and TypeMethodDescriptionEvmTransactionStorage.getFromAddressFilteredTransactions(String contractAddress, Long networkId, Long transactionDate, String fromAddress) EvmTransactionStorage.getToAddressFilteredTransactions(String contractAddress, Long networkId, Long transactionDate, String toAddress) Methods in io.meeds.evm.gamification.storage with parameters of type EvmTransactionModifier and TypeMethodDescriptionEvmTransactionStorage.saveEvmTransaction(EvmTransaction evmTransaction) -
Uses of EvmTransaction in io.meeds.evm.gamification.utils
Methods in io.meeds.evm.gamification.utils that return EvmTransactionModifier and TypeMethodDescriptionstatic EvmTransactionEntityMapper.fromEntity(EvmTransactionEntity evmTransactionEntity) Methods in io.meeds.evm.gamification.utils with parameters of type EvmTransactionModifier and TypeMethodDescriptionstatic BooleanUtils.isValidDurationHoldingToken(EvmTransaction transaction, Long desiredDuration) static EvmTransactionEntityEntityMapper.toEntity(EvmTransaction evmTransaction)