Updated on 2026-08-14
This commit is contained in:
parent
e33bd4d849
commit
b98b0f659c
138 changed files with 686 additions and 346 deletions
|
|
@ -17,10 +17,10 @@ object MockUserWalletFactory {
|
|||
derivedKeys = emptyMap(),
|
||||
)
|
||||
|
||||
fun create(scanResponse: ScanResponse = defaultScanResponse): UserWallet {
|
||||
fun create(scanResponse: ScanResponse = defaultScanResponse): UserWallet.Cold {
|
||||
val userWalletId = UserWalletIdBuilder.scanResponse(scanResponse).build()!!
|
||||
|
||||
return UserWallet(
|
||||
return UserWallet.Cold(
|
||||
walletId = userWalletId,
|
||||
name = "Wallet 1",
|
||||
cardsInWallet = emptySet(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue