MCPcopy Create free account
hub / github.com/SeismicSystems/summit / Block

Class Block

types/src/block.rs:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13use ssz_derive::Encode;
14
15#[derive(Clone, Debug, PartialEq, Eq, Encode)]
16pub struct Block {
17 pub header: Header,
18 pub payload: ExecutionPayloadV3,
19 pub execution_requests: Vec<AlloyBytes>,
20}
21
22impl Block {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected