TikiSdkOwnership

@JsonClass(generateAdapter = true)
class TikiSdkOwnership(val source: String, val type: TikiSdkDataTypeEnum, val origin: String, val transactionId: String, val contains: List<String> = listOf(), val about: String? = null)

The Ownership NFT.

The registry of ownership to a given data point, pool, or stream.

Constructors

Link copied to clipboard
fun TikiSdkOwnership(source: String, type: TikiSdkDataTypeEnum, origin: String, transactionId: String, contains: List<String> = listOf(), about: String? = null)

Properties

Link copied to clipboard
val about: String? = null

The description about the data.

Link copied to clipboard

The kinds of data this contains.

Link copied to clipboard

The origin from which the data was generated.

Link copied to clipboard

The identification of the source.

Link copied to clipboard

The transaction id of this registry.

Link copied to clipboard

The type of the data source: data point, pool or stream.