toggle menu
ozone
common
switch theme
search in API
ozone
/
tools.ozone.signature
/
FindRelatedAccountsQueryParams
Find
Related
Accounts
Query
Params
@
Serializable
data
class
FindRelatedAccountsQueryParams
(
val
did
:
Did
,
val
cursor
:
String
?
=
null
,
val
limit
:
Long
?
=
50
)
Members
Constructors
Find
Related
Accounts
Query
Params
Link copied to clipboard
constructor
(
did
:
Did
,
cursor
:
String
?
=
null
,
limit
:
Long
?
=
50
)
Properties
cursor
Link copied to clipboard
val
cursor
:
String
?
=
null
did
Link copied to clipboard
val
did
:
Did
limit
Link copied to clipboard
val
limit
:
Long
?
=
50
Functions
as
List
Link copied to clipboard
fun
asList
(
)
:
ReadOnlyList
<
Pair
<
String
,
Any
?
>
>