Updated on 2026-08-14
This commit is contained in:
parent
4341673767
commit
03b3a7d0a2
12 changed files with 168 additions and 181 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue