toggle menu
ozone
common
switch theme
search in API
ozone
/
com.atproto.sync
/
GetBlocksQueryParams
Get
Blocks
Query
Params
@
Serializable
data
class
GetBlocksQueryParams
(
val
did
:
Did
,
val
cids
:
ReadOnlyList
<
Cid
>
)
Parameters
did
The DID of the repo.
Members
Constructors
Get
Blocks
Query
Params
Link copied to clipboard
constructor
(
did
:
Did
,
cids
:
ReadOnlyList
<
Cid
>
)
Properties
cids
Link copied to clipboard
val
cids
:
ReadOnlyList
<
Cid
>
did
Link copied to clipboard
val
did
:
Did
The DID of the repo.
Functions
as
List
Link copied to clipboard
fun
asList
(
)
:
ReadOnlyList
<
Pair
<
String
,
Any
?
>
>