All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.walletconnect.foundation.common.model.SubscriptionId.kt Maven / Gradle / Ivy

There is a newer version: 1.18.3
Show newest version
package com.walletconnect.foundation.common.model

import com.squareup.moshi.JsonClass

@JsonClass(generateAdapter = false)
data class SubscriptionId(val id: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy