toggle menu
Ksui
2.1.1
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
EventFilter
Event
Filter
data
class
EventFilter
(
val
sender
:
String
?
=
null
,
val
transactionDigest
:
String
?
=
null
,
val
emittingModule
:
String
?
=
null
,
val
eventType
:
String
?
=
null
)
Members
Constructors
Event
Filter
Link copied to clipboard
constructor
(
sender
:
String
?
=
null
,
transactionDigest
:
String
?
=
null
,
emittingModule
:
String
?
=
null
,
eventType
:
String
?
=
null
)
Properties
emitting
Module
Link copied to clipboard
val
emittingModule
:
String
?
=
null
event
Type
Link copied to clipboard
val
eventType
:
String
?
=
null
sender
Link copied to clipboard
val
sender
:
String
?
=
null
transaction
Digest
Link copied to clipboard
val
transactionDigest
:
String
?
=
null
Functions
to
Generated
Link copied to clipboard
fun
toGenerated
(
)
:
EventFilter