Fireblocks Embedded Wallet SDK Documentation
Toggle table of contents
1.0.0
Fireblocks Embedded Wallet SDK
Platform filter
Fireblocks Embedded Wallet SDK
Switch theme
Search in API
Fireblocks Embedded Wallet SDK Documentation
Fireblocks Embedded Wallet SDK Documentation
/
com.fireblocks.sdk.ew.models
/
PaginatedResponse
Paginated
Response
data
class
PaginatedResponse
<
T
>
(
val
data
:
List
<
T
>
?
=
null
,
val
paging
:
Paging
?
=
null
)
Members
Constructors
Paginated
Response
Link copied to clipboard
constructor
(
data
:
List
<
T
>
?
=
null
,
paging
:
Paging
?
=
null
)
Properties
data
Link copied to clipboard
val
data
:
List
<
T
>
?
=
null
paging
Link copied to clipboard
val
paging
:
Paging
?
=
null