toggle menu
Ksui
2.2.0-SNAPSHOT
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
DataTransactionInput
Data
Transaction
Input
@
Serializable
abstract
class
DataTransactionInput
Inheritors
DtiDefault
DtiImmOrOwnedObject
DtiPure
DtiSharedObject
Members
Constructors
Data
Transaction
Input
Link copied to clipboard
constructor
(
)
Types
Dti
Default
Link copied to clipboard
@
Serializable
data
class
DtiDefault
(
val
type
:
String
)
:
DataTransactionInput
Dti
Imm
Or
Owned
Object
Link copied to clipboard
@
Serializable
data
class
DtiImmOrOwnedObject
(
val
type
:
String
,
val
objectType
:
String
,
val
objectId
:
String
,
val
version
:
Long
,
val
digest
:
String
)
:
DataTransactionInput
Dti
Pure
Link copied to clipboard
@
Serializable
data
class
DtiPure
(
val
type
:
String
,
val
valueType
:
String
,
val
value
:
String
?
=
null
)
:
DataTransactionInput
Dti
Shared
Object
Link copied to clipboard
@
Serializable
data
class
DtiSharedObject
(
val
type
:
String
,
val
objectType
:
String
,
val
objectId
:
String
,
val
initialSharedVersion
:
Long
,
val
mutable
:
Boolean
)
:
DataTransactionInput
Properties
type
Link copied to clipboard
abstract
val
type
:
String