Skip to content

Commit 6daf85f

Browse files
Merge pull request ipld#192 from filecoin-project/feat/post-and-seal-proofs-to-datastructures
add PoStProof description and note size of arrays
2 parents 61d312f + 1d46766 commit 6daf85f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

data-structures.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,11 @@ BlockHeader is a serialized `Block`.
206206

207207
#### `SealProof`
208208

209-
SealProof is an array of bytes.
209+
SealProof is a 384-element array of bytes.
210+
211+
#### `PoStProof`
212+
213+
PoStProof is a 192-element array of bytes.
210214

211215
#### `TokenAmount`
212216

0 commit comments

Comments
 (0)