toggle menu
Kaptos
0.1.2-beta
common
switch theme
search in API
Kaptos
/
xyz.mcxross.kaptos.model
/
WriteSetChangeDeleteModule
Write
Set
Change
Delete
Module
@
Serializable
@
SerialName
(
value
=
"WriteSetChange::Delete"
)
data
class
WriteSetChangeDeleteModule
(
val
type
:
String
,
val
address
:
String
,
val
state_key_hash
:
String
,
val
module
:
String
)
:
WriteSetChange
Members
Constructors
Write
Set
Change
Delete
Module
Link copied to clipboard
constructor
(
type
:
String
,
address
:
String
,
state_key_hash
:
String
,
module
:
String
)
Properties
address
Link copied to clipboard
val
address
:
String
module
Link copied to clipboard
val
module
:
String
state_key_hash
Link copied to clipboard
val
state_key_hash
:
String
type
Link copied to clipboard
val
type
:
String