# Functions
No description provided by the author
HydrateBeaconHeader hydrates a beacon block header with correct field length sizes to comply with fssz marshalling and unmarshalling rules.
HydrateBlobSidecar hydrates a blob sidecar with correct field length sizes to comply with SSZ marshalling and unmarshalling rules.
HydrateCommitmentInclusionProofs returns 2d byte slice of Commitment Inclusion Proofs.
HydrateSignedBeaconHeader hydrates a signed beacon block header with correct field length sizes to comply with fssz marshalling and unmarshalling rules.
NewBlobStorage creates a new instance of the BlobStorage object.
No description provided by the author
WithBasePath is a required option that sets the base path of blob storage.
WithBlobRetentionEpochs is an option that changes the number of epochs blobs will be persisted.
WithBlobRetentionEpochs is an option that changes the number of epochs blobs will be persisted.
WithSaveFsync is an option that causes Save to call fsync before renaming part files for improved durability.
# Structs
BlobStorage is the concrete implementation of the filesystem backend for saving and retrieving BlobSidecars.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
BlobStorageOption is a functional option for configuring a BlobStorage.