Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/base/base
/ executed_block
Method
executed_block
crates/execution/payload/src/payload.rs:324–326 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
322
}
323
324
fn executed_block(&self) -> Option<BuiltPayloadExecutedBlock<N>> {
325
self.executed_block.clone()
326
}
327
328
fn block_access_list(&self) -> Option<&Bytes> {
329
self.block_access_list.as_ref()
Callers
1
commit_built_payload
Method · 0.45
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected