toggle menu
Ksui
1.3.2
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
ObjectInfo
Object
Info
@
Serializable
data
class
ObjectInfo
(
val
objectId
:
String
,
val
version
:
String
,
val
digest
:
String
,
val
type
:
String
,
val
previousTransaction
:
String
,
val
storageRebateL
:
String
)
Members
Constructors
Object
Info
Link copied to clipboard
constructor
(
objectId
:
String
,
version
:
String
,
digest
:
String
,
type
:
String
,
previousTransaction
:
String
,
storageRebateL
:
String
)
Properties
digest
Link copied to clipboard
val
digest
:
String
object
Id
Link copied to clipboard
val
objectId
:
String
previous
Transaction
Link copied to clipboard
val
previousTransaction
:
String
storage
Rebate
L
Link copied to clipboard
val
storageRebateL
:
String
type
Link copied to clipboard
val
type
:
String
version
Link copied to clipboard
val
version
:
String