chore(sdk): limit FillTxEnv to super trait of FullSignedTx (#12614)

This commit is contained in:
Emilia Hane
2024-11-18 22:43:26 +01:00
committed by GitHub
parent 7fb862cbde
commit 641d1288e9
7 changed files with 60 additions and 42 deletions

View File

@ -7,7 +7,7 @@ use alloy_eips::{
use alloy_primitives::{keccak256, Address, Bytes, B256, B64, U256};
use alloy_rlp::Encodable;
use alloy_rpc_types_engine::{ExecutionPayloadEnvelopeV2, ExecutionPayloadV1, PayloadId};
use op_alloy_consensus::eip1559::{decode_holocene_extra_data, EIP1559ParamError};
use op_alloy_consensus::{decode_holocene_extra_data, EIP1559ParamError};
/// Re-export for use in downstream arguments.
pub use op_alloy_rpc_types_engine::OpPayloadAttributes;
use op_alloy_rpc_types_engine::{OpExecutionPayloadEnvelopeV3, OpExecutionPayloadEnvelopeV4};