ObjectData

@Serializable
data class ObjectData(val objectId: String, val version: Long, val digest: String, val type: String = "", val owner: Owner.AddressOwner? = null, val previousTransaction: String = "", val storageRebate: Long = 0, val content: ObjectResponse.ObjectDataContent? = null) : ObjectResponse

Constructors

Link copied to clipboard
constructor(objectId: String, version: Long, digest: String, type: String = "", owner: Owner.AddressOwner? = null, previousTransaction: String = "", storageRebate: Long = 0, content: ObjectResponse.ObjectDataContent? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard