Updated on 2026-08-14
This commit is contained in:
parent
acf110dbcc
commit
6910f74fd9
242 changed files with 866 additions and 732 deletions
|
|
@ -100,7 +100,7 @@ internal class DefaultVisaRepository @Inject constructor(
|
|||
)
|
||||
}
|
||||
|
||||
override suspend fun getTxHistory(
|
||||
override fun getTxHistory(
|
||||
userWalletId: UserWalletId,
|
||||
pageSize: Int,
|
||||
isRefresh: Boolean,
|
||||
|
|
@ -218,7 +218,7 @@ internal class DefaultVisaRepository @Inject constructor(
|
|||
return cardWallet.publicKey.toHexString()
|
||||
}
|
||||
|
||||
private suspend fun findVisaUserWallet(userWalletId: UserWalletId): UserWallet {
|
||||
private fun findVisaUserWallet(userWalletId: UserWalletId): UserWallet {
|
||||
val userWallet = requireNotNull(userWalletsStore.getSyncOrNull(userWalletId)) {
|
||||
"No user wallet found: $userWalletId"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ internal class MockVisaRepository @Inject constructor() : VisaRepository {
|
|||
TODO("Not implemented for this build type")
|
||||
}
|
||||
|
||||
override suspend fun getTxHistory(
|
||||
override fun getTxHistory(
|
||||
userWalletId: UserWalletId,
|
||||
pageSize: Int,
|
||||
isRefresh: Boolean,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue