Returns the parent block the payload will be build on.
(&self)
| 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 { |