Skip to content

Commit

Permalink
Add adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubuid committed Aug 23, 2024
1 parent e1d8dea commit c8d5a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/android/src/main/sqldelight/migration/8.sqm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import com.sun.tools.javac.util.List;
import kotlin.String;
import kotlin.collections.List;

-- migration from 8.db to 9.db

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import com.squareup.moshi.JsonClass
import com.walletconnect.util.generateId
import com.walletconnect.web3.modal.data.json_rpc.JsonRpcMethod

@JsonClass(generateAdapter = true)
internal data class BalanceRequest(
val address: String,
@Json(name = "id")
Expand Down

0 comments on commit c8d5a44

Please sign in to comment.