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§
- Blob
Store Canon Tracker - The type that is used to track canonical blob transactions.
- Blob
Store Cleanup Stat - Statistics for the cleanup operation.
- InMemory
Blob Store - An in-memory blob store.
- Noop
Blob Store - A blobstore implementation that does nothing
Enums§
- Blob
Store Error - Error variants that can occur when interacting with a blob store.
- Blob
Store Updates - Updates that should be applied to the blob store.
Traits§
- Blob
Store - A blob store that can be used to store blob data of EIP4844 transactions.