commonMain.io.ipfs.kotlin.model.NameValue.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ipfs-api Show documentation
Show all versions of ipfs-api Show documentation
IPFS API for kotlin to access a IPFS node via http
package io.ipfs.kotlin.model
@kotlinx.serialization.Serializable
data class NameValue(val Name: String,
val Value: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy