We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7913c5e commit d523336Copy full SHA for d523336
1 file changed
pkg/blob/blob.go
@@ -17,6 +17,9 @@ import (
17
"github.com/celestiaorg/nmt"
18
)
19
20
+// Commitment is the Merkle subtree commitment for a blob.
21
+type Commitment []byte
22
+
23
// Proof is a set of NMT proofs used to verify a blob inclusion.
24
// This mirrors celestia-node's blob.Proof shape.
25
type Proof []*nmt.Proof
0 commit comments