Updated on 2026-08-14
This commit is contained in:
parent
aa621dd48f
commit
c8b7934d93
5 changed files with 152 additions and 8 deletions
|
|
@ -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>>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue