GetBlobQueryParams

data class GetBlobQueryParams(val did: Did, val cid: Cid)

Constructors

Link copied to clipboard
constructor(did: Did, cid: Cid)

Properties

Link copied to clipboard
val cid: Cid

The CID of the blob to fetch

Link copied to clipboard
val did: Did

The DID of the account.

Functions

Link copied to clipboard