Module blobstore
Expand description
Storage for blob data of EIP4844 transactions.
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.
- Disk
File Blob Store - A blob store that stores blob data on disk.
- Disk
File Blob Store Config - Configuration for a disk file blob store.
- 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.
- Open
Disk File Blob Store - How to open a disk file blob store.
Traits§
- Blob
Store - A blob store that can be used to store blob data of EIP4844 transactions.