Type Alias reth::core::rpc::types::RichBlock

pub type RichBlock = Rich<Block>;
Expand description

A Block representation that allows to include additional fields

Aliased Type§

struct RichBlock {
    pub inner: Block,
    pub extra_info: BTreeMap<String, Value>,
}

Fields§

§inner: Block

Standard value.

§extra_info: BTreeMap<String, Value>

Additional fields that should be serialized into the Block object

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 1056 bytes