reth_node_api

Trait PayloadAttributesBuilder

pub trait PayloadAttributesBuilder<Attributes>:
    Send
    + Sync
    + 'static {
    // Required method
    fn build(&self, timestamp: u64) -> Attributes;
}
Expand description

A builder that can return the current payload attribute.

Required Methods§

fn build(&self, timestamp: u64) -> Attributes

Return a new payload attribute from the builder.

Implementors§