github.com/onflow/flow-go@v0.35.7-crescendo-preview.23-atree-inlining/module/blobs/blob.go (about) 1 package blobs 2 3 import blocks "github.com/ipfs/go-block-format" 4 5 type Blob = blocks.Block 6 7 var NewBlob = blocks.NewBlock 8 9 // CidLength is the length of a CID in bytes 10 const CidLength = 34