From ef4111b13a75f0e132a80df874d27dd6623b3640 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Tue, 2 Jul 2019 13:43:31 +0200 Subject: [PATCH] feat: define sectorset --- data-structures.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/data-structures.md b/data-structures.md index 506c58e92..89b9b13ca 100644 --- a/data-structures.md +++ b/data-structures.md @@ -231,10 +231,15 @@ type Bitfield Bytes ### SectorSet -{{% notice todo %}} -Define me -{{% /notice %}} +```sh +type SectorSet {UInt:SectorMetaData} + +type SectorMetaData struct { + ## TODO: define these fields +} +``` +The `AMT` format can be found [here](https://github.com/ipld/specs/pull/137). ### SealProof