Module blobstore
Expand description
Storage for blob data of EIP4844 transactions.
Modules§
- A simple diskstore for blobs
Structs§
- The type that is used to track canonical blob transactions.
- Statistics for the cleanup operation.
- A blob store that stores blob data on disk.
- Configuration for a disk file blob store.
- An in-memory blob store.
- A blobstore implementation that does nothing
Enums§
- Error variants that can occur when interacting with a blob store.
- Updates that should be applied to the blob store.
- How to open a disk file blob store.
Traits§
- A blob store that can be used to store blob data of EIP4844 transactions.