ReceiptRootBloom

Type Alias ReceiptRootBloom 

Source
pub type ReceiptRootBloom = (FixedBytes<32>, Bloom);
Available on crate feature consensus only.
Expand description

Pre-computed receipt root and logs bloom.

When provided to FullConsensus::validate_block_post_execution, this allows skipping the receipt root computation and using the pre-computed values instead.

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: 288 bytes