diff --git a/types/share/share.go b/types/share/share.go index ab00c80..542a20a 100644 --- a/types/share/share.go +++ b/types/share/share.go @@ -18,8 +18,8 @@ type Root = core.DataAvailabilityHeader // NamespacedRow represents all shares with proofs within a specific namespace of a single EDS row. type NamespacedRow struct { - Shares []Share - Proof *nmt.Proof + Shares []Share `json:"shares"` + Proof *nmt.Proof `json:"proof"` } // NamespacedShares represents all shares with proofs within a specific namespace of an EDS.