toggle menu
Ksui
1.3.2
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
TransactionBlocksPage
Transaction
Blocks
Page
@
Serializable
data
class
TransactionBlocksPage
(
val
data
:
List
<
TransactionBlock
>
,
val
nextCursor
:
String
?
=
null
,
val
hasNextPage
:
Boolean
)
Members
Constructors
Transaction
Blocks
Page
Link copied to clipboard
constructor
(
data
:
List
<
TransactionBlock
>
,
nextCursor
:
String
?
=
null
,
hasNextPage
:
Boolean
)
Properties
data
Link copied to clipboard
val
data
:
List
<
TransactionBlock
>
has
Next
Page
Link copied to clipboard
val
hasNextPage
:
Boolean
next
Cursor
Link copied to clipboard
val
nextCursor
:
String
?
=
null