Files
lighthouse/beacon_node/store/src/impls.rs
Eitan Seri-Levi ed7354d460 Payload envelope db operations (#8717)
Adds support for payload envelopes in the db. This is the minimum we'll need to store and fetch payloads.


  


Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com>
2026-02-03 05:46:10 +00:00

3 lines
66 B
Rust

pub mod execution_payload;
mod signed_execution_payload_envelope;