Kaptos
Toggle table of contents
0.1.2-beta
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaptos
Kaptos
/
xyz.mcxross.kaptos.generated
/
GetEventsQuery
/
Event
Event
data
class
Event
(
val
account_address
:
String
,
val
creation_number
:
Any
,
val
data
:
Any
,
val
event_index
:
Any
,
val
sequence_number
:
Any
,
val
transaction_block_height
:
Any
,
val
transaction_version
:
Any
,
val
type
:
String
,
val
indexed_type
:
String
)
Members
Constructors
Event
Link copied to clipboard
constructor
(
account_address
:
String
,
creation_number
:
Any
,
data
:
Any
,
event_index
:
Any
,
sequence_number
:
Any
,
transaction_block_height
:
Any
,
transaction_version
:
Any
,
type
:
String
,
indexed_type
:
String
)
Properties
account_
address
Link copied to clipboard
val
account_address
:
String
creation_
number
Link copied to clipboard
val
creation_number
:
Any
data
Link copied to clipboard
val
data
:
Any
event_
index
Link copied to clipboard
val
event_index
:
Any
indexed_
type
Link copied to clipboard
val
indexed_type
:
String
sequence_
number
Link copied to clipboard
val
sequence_number
:
Any
transaction_
block_
height
Link copied to clipboard
val
transaction_block_height
:
Any
transaction_
version
Link copied to clipboard
val
transaction_version
:
Any
type
Link copied to clipboard
val
type
:
String