Module blobstore

Expand description

Storage for blob data of EIP4844 transactions.

Modules§

disk
A simple diskstore for blobs

Structs§

BlobStoreCanonTracker
The type that is used to track canonical blob transactions.
BlobStoreCleanupStat
Statistics for the cleanup operation.
DiskFileBlobStore
A blob store that stores blob data on disk.
DiskFileBlobStoreConfig
Configuration for a disk file blob store.
InMemoryBlobStore
An in-memory blob store.
NoopBlobStore
A blobstore implementation that does nothing

Enums§

BlobStoreError
Error variants that can occur when interacting with a blob store.
BlobStoreUpdates
Updates that should be applied to the blob store.
OpenDiskFileBlobStore
How to open a disk file blob store.

Traits§

BlobStore
A blob store that can be used to store blob data of EIP4844 transactions.