Details

@Serializable
data class Details(val objectId: String, val version: Int, val digest: Digest, val type: String, val owner: Owner_, val previousTransaction: Transaction, val storageRebate: Int, val content: Content)

Constructors

Link copied to clipboard
constructor(objectId: String, version: Int, digest: Digest, type: String, owner: Owner_, previousTransaction: Transaction, storageRebate: Int, content: Content)

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