Uses of Class
io.meeds.wallet.model.TransactionDetail
Packages that use TransactionDetail
-
Uses of TransactionDetail in io.meeds.wallet.model
Methods in io.meeds.wallet.model that return TransactionDetail -
Uses of TransactionDetail in io.meeds.wallet.service
Methods in io.meeds.wallet.service that return TransactionDetailModifier and TypeMethodDescriptionWalletTransactionService.getPendingTransactionByHash(String hash) WalletTransactionService.getTransactionByHash(String hash) WalletTransactionService.getTransactionByHash(String hash, String currentUser) BlockchainTransactionService.refreshTransactionFromBlockchain(String transactionHash) This will refresh transaction from blockchain.WalletTokenAdminService.reward(TransactionDetail transactionDetail, String issuerUsername) Send rewarded token amounts (on blockchain) to a receiver wallet address using 'Admin' wallet.WalletTokenAdminService.sendEther(TransactionDetail transactionDetail, String issuerUsername) Send ether (on blockchain) to a receiver wallet address using 'Admin' wallet.WalletTokenAdminService.sendToken(TransactionDetail transactionDetail, String issuerUsername) Send token (on blockchain) to a receiver wallet address using 'Admin' wallet.Methods in io.meeds.wallet.service that return types with arguments of type TransactionDetailModifier and TypeMethodDescriptionWalletTransactionService.getPendingEtherTransactions(String address) WalletTransactionService.getPendingWalletTransactionsNotSent(String address) Retrieves the list of pending transactions of a given wallet from database which is not yet sent to blockchainWalletTransactionService.getPendingWalletTransactionsSent(String address) Retrieves the list of pending transactions of a given wallet from database which was sent to blockchainWalletTransactionService.getTransactions(String address, String contractAddress, String contractMethodName, String hash, int limit, boolean onlyPending, boolean administration, String currentUser) WalletTransactionService.getTransactionsToSend()BlockchainTransactionService.sendPendingTransactionsToBlockchain()Sends raw transactions to blockchainMethods in io.meeds.wallet.service with parameters of type TransactionDetailModifier and TypeMethodDescriptionvoidBlockchainTransactionService.addTransactionToRefreshFromBlockchain(TransactionDetail transactionDetail) AddTransactionDetailto refresh processingQueuevoidWalletTransactionService.cancelTransactionsWithSameNonce(TransactionDetail transactionDetail) Cancels other transactions having same nonce as the corresponding transaction sentWalletTokenAdminService.reward(TransactionDetail transactionDetail, String issuerUsername) Send rewarded token amounts (on blockchain) to a receiver wallet address using 'Admin' wallet.voidWalletTransactionService.saveTransactionDetail(TransactionDetail transactionDetail, boolean broadcastMinedTransaction) Save transaction details in databasevoidWalletTransactionService.saveTransactionDetail(TransactionDetail transactionDetail, String currentUser) Save transaction details in databaseWalletTokenAdminService.sendEther(TransactionDetail transactionDetail, String issuerUsername) Send ether (on blockchain) to a receiver wallet address using 'Admin' wallet.WalletTokenAdminService.sendToken(TransactionDetail transactionDetail, String issuerUsername) Send token (on blockchain) to a receiver wallet address using 'Admin' wallet. -
Uses of TransactionDetail in io.meeds.wallet.utils
Methods in io.meeds.wallet.utils with parameters of type TransactionDetailModifier and TypeMethodDescriptionstatic voidWalletUtils.broadcastTransactionReplacedEvent(TransactionDetail oldTransaction, TransactionDetail newTransaction) static final voidWalletUtils.logStatistics(TransactionDetail transactionDetail) WalletUtils.transactionToMap(TransactionDetail transactionDetail)