Hierarchy

Properties

allocated: number

Total bytes allocated in the space to accommodate this stored item. May be zero if the item is already stored in this space.

headers: Record<string, string>
link: CARLink

CID of the item.

status: "upload"

Status of the item to store. A "done" status indicates that it is not necessary to upload the item. An "upload" status indicates that the item should be uploaded to the provided URL.

url: ToString<URL>
with: `did:${string}:${string}`

DID of the space this item will be stored in.

Generated using TypeDoc