stratus::alias

Type Alias AlloyHeader

Source
pub type AlloyHeader = Header;

Aliased Type§

struct AlloyHeader {
    pub hash: FixedBytes<32>,
    pub inner: Header,
    pub total_difficulty: Option<Uint<256, 4>>,
    pub size: Option<Uint<256, 4>>,
}

Fields§

§hash: FixedBytes<32>

Hash of the block

§inner: Header

Inner consensus header.

§total_difficulty: Option<Uint<256, 4>>

Total difficulty

Note: This field is now effectively deprecated: https://github.com/ethereum/execution-apis/pull/570

§size: Option<Uint<256, 4>>

Integer the size of this block in bytes.