Updated on 2026-08-14
This commit is contained in:
parent
2105360004
commit
d76fcd143c
24 changed files with 645 additions and 5 deletions
|
|
@ -13,4 +13,8 @@ interface CardDetailsRepository {
|
|||
suspend fun revealCardDetails(): Either<UniversalError, TangemPayCardDetails>
|
||||
|
||||
suspend fun setPin(pin: String): Either<UniversalError, SetPinResult>
|
||||
|
||||
suspend fun isAddToWalletDone(): Either<UniversalError, Boolean>
|
||||
|
||||
suspend fun setAddToWalletAsDone(): Either<UniversalError, Unit>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue