com.walletconnect.foundation.common.model.SubscriptionId.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of foundation Show documentation
Show all versions of foundation Show documentation
Foundation SDK for WalletConnect
package com.walletconnect.foundation.common.model
import com.squareup.moshi.JsonClass
@JsonClass(generateAdapter = false)
data class SubscriptionId(val id: String)