toggle menu
Ksui
1.3.2
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
Details
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
)
Members
Constructors
Details
Link copied to clipboard
constructor
(
objectId
:
String
,
version
:
Int
,
digest
:
Digest
,
type
:
String
,
owner
:
Owner_
,
previousTransaction
:
Transaction
,
storageRebate
:
Int
,
content
:
Content
)
Properties
content
Link copied to clipboard
val
content
:
Content
digest
Link copied to clipboard
val
digest
:
Digest
object
Id
Link copied to clipboard
val
objectId
:
String
owner
Link copied to clipboard
val
owner
:
Owner_
previous
Transaction
Link copied to clipboard
val
previousTransaction
:
Transaction
storage
Rebate
Link copied to clipboard
val
storageRebate
:
Int
type
Link copied to clipboard
val
type
:
String
version
Link copied to clipboard
val
version
:
Int