Skip to content

Commit

Permalink
Merge pull request ipld#192 from filecoin-project/feat/post-and-seal-…
Browse files Browse the repository at this point in the history
…proofs-to-datastructures

add PoStProof description and note size of arrays
  • Loading branch information
whyrusleeping authored Apr 2, 2019
2 parents 61d312f + 1d46766 commit 6daf85f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion data-structures.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,11 @@ BlockHeader is a serialized `Block`.

#### `SealProof`

SealProof is an array of bytes.
SealProof is a 384-element array of bytes.

#### `PoStProof`

PoStProof is a 192-element array of bytes.

#### `TokenAmount`

Expand Down

0 comments on commit 6daf85f

Please sign in to comment.