feat: make block <-> payload conversions generic over transaction (#13389)

This commit is contained in:
Arsenii Kulikov
2024-12-13 22:25:31 +04:00
committed by GitHub
parent ca4095a6a8
commit d087488479
5 changed files with 46 additions and 63 deletions

View File

@ -3,7 +3,7 @@
use crate::Receipt;
use alloy_eips::eip2718::Encodable2718;
use alloy_primitives::B256;
use alloy_trie::root::ordered_trie_root_with_encoder;
pub use alloy_trie::root::ordered_trie_root_with_encoder;
pub use alloy_consensus::proofs::calculate_receipt_root;