com.atproto.sync.getBlocks

Get data blocks from a given repo, by CID. For example, intermediate MST nodes, or records. Does not require auth; implemented by PDS.

class atproto_client.models.com.atproto.sync.get_blocks.Params

Bases: ParamsModelBase

Parameters model for com.atproto.sync.getBlocks.

field cids: List[Cid] [Required]

Cids.

field did: Did [Required]

The DID of the repo.

class atproto_client.models.com.atproto.sync.get_blocks.ParamsDict

Bases: TypedDict

cids: List[Cid]

Cids.

did: Did

The DID of the repo.

atproto_client.models.com.atproto.sync.get_blocks.Response

Response raw data type.