Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-13 12:54:25 +04:00
parent 4341673767
commit 03b3a7d0a2
12 changed files with 168 additions and 181 deletions

View file

@ -156,7 +156,7 @@ interface TangemTechApi {
@Path("walletId") walletId: String,
@Header("If-Match") eTag: String,
@Body body: SaveWalletAccountsResponse,
): ApiResponse<Unit>
): ApiResponse<GetWalletAccountsResponse>
@GET("/v1/wallets/{walletId}/accounts/archived")
suspend fun getWalletArchivedAccounts(