Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-10 14:08:10 +03:00
parent aa621dd48f
commit c8b7934d93
5 changed files with 152 additions and 8 deletions

View file

@ -14,7 +14,7 @@ interface GaslessTxServiceApi {
@GET("api/v1/tokens")
suspend fun getSupportedTokens(): ApiResponse<GaslessServiceResponse<GaslessSupportedTokens>>
@POST("api/v1/sign")
@POST("api/v1/transaction/sign")
suspend fun signGaslessTransaction(
@Body transaction: GaslessTransactionRequest,
): ApiResponse<GaslessServiceResponse<GaslessSignedTransactionResultDTO>>