Updated on 2026-08-14
This commit is contained in:
parent
7135ce83fa
commit
772272285a
5 changed files with 79 additions and 80 deletions
|
|
@ -160,6 +160,7 @@ interface TangemTechApi {
|
|||
@GET("/v1/wallets/{walletId}/accounts/archived")
|
||||
suspend fun getWalletArchivedAccounts(
|
||||
@Path("walletId") walletId: String,
|
||||
@Header("If-None-Match") eTag: String? = null,
|
||||
): ApiResponse<GetWalletArchivedAccountsResponse>
|
||||
// endregion
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue