Skip to content

Commit

Permalink
feat: add piece CID to car metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored Sep 20, 2023
1 parent cf7e203 commit 1e52687
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/upload-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,10 @@ export interface CARMetadata {
* CID of the CAR file (not the data it contains).
*/
cid: CID
/**
* Piece CID of the CAR file.
*/
piece: CID
/**
* Size of the CAR file in bytes.
*/
Expand Down

0 comments on commit 1e52687

Please sign in to comment.