fiber-rs
fiber-rs copied to clipboard
docs: add Eip4844-related documentation
We need to document how Fiber handles Eip-4844 transactions. In short:
- subscribe_new_transactions: contains transactions of type 0, 1, 2, 3. Type 3 transactions here are without blobs.
- subscribe_new_blob_transactions contains only transactions of type 3 with blobs sidecar attached.