core/types: add comments in BlobTxCellSidecar

This commit is contained in:
healthykim 2026-06-15 23:02:29 +02:00
parent 5f16a5ea74
commit b394cfffe3

View file

@ -176,6 +176,8 @@ func (sc *BlobTxSidecar) Copy() *BlobTxSidecar {
}
}
// BlobTxCellSidecar is a sidecar that carries cells instead of blobs.
// The Custody field represents which cells of each blob this sidecar contains.
type BlobTxCellSidecar struct {
Version byte
Cells []kzg4844.Cell