Module blobstore

Source
Expand description

Storage for blob data of EIP4844 transactions.

Re-exports§

pub use disk::DiskFileBlobStore;
pub use disk::DiskFileBlobStoreConfig;
pub use disk::OpenDiskFileBlobStore;

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.
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.

Traits§

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