GetBlocksQueryParams

data class GetBlocksQueryParams(val did: Did, val cids: List<Cid>)

Parameters

did

The DID of the repo.

Constructors

Link copied to clipboard
constructor(did: Did, cids: List<Cid>)

Properties

Link copied to clipboard
val cids: List<Cid>
Link copied to clipboard
val did: Did

The DID of the repo.

Functions

Link copied to clipboard