Updated on 2026-08-14
This commit is contained in:
parent
170a36148e
commit
ecfdb944c5
5 changed files with 29 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ import com.tangem.domain.staking.repositories.StakingPendingTransactionRepositor
|
|||
/**
|
||||
* Use case for getting saved staking pending transactions.
|
||||
*/
|
||||
class GetPendingTransactionsUseCase(
|
||||
class GetStakingPendingTransactionsUseCase(
|
||||
private val stakingPendingTransactionRepository: StakingPendingTransactionRepository,
|
||||
private val stakingErrorResolver: StakingErrorResolver,
|
||||
) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue