Skip to content

Commit d523336

Browse files
committed
bring bacl commitment
1 parent 7913c5e commit d523336

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/blob/blob.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ import (
1717
"github.com/celestiaorg/nmt"
1818
)
1919

20+
// Commitment is the Merkle subtree commitment for a blob.
21+
type Commitment []byte
22+
2023
// Proof is a set of NMT proofs used to verify a blob inclusion.
2124
// This mirrors celestia-node's blob.Proof shape.
2225
type Proof []*nmt.Proof

0 commit comments

Comments
 (0)