MCPcopy Create free account
hub / github.com/base/base / parent

Method parent

crates/execution/payload/src/builder.rs:592–594  ·  view source on GitHub ↗

Returns the parent block the payload will be build on.

(&self)

Source from the content-addressed store, hash-verified

590{
591 /// Returns the parent block the payload will be build on.
592 pub fn parent(&self) -> &SealedHeaderFor<Evm::Primitives> {
593 self.config.parent_header.as_ref()
594 }
595
596 /// Returns the builder attributes.
597 pub const fn attributes(&self) -> &Attrs {

Callers 7

startMethod · 0.45
create_static_fixtureMethod · 0.45
build_payloadMethod · 0.45
payload_witnessMethod · 0.45
buildMethod · 0.45
block_builderMethod · 0.45
runMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by 1

create_static_fixtureMethod · 0.36