mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
primitives: rm alloy_eips::eip7702 reexport (#11179)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -34,6 +34,7 @@ jsonrpsee.workspace = true
|
||||
|
||||
# ethereum
|
||||
alloy-primitives.workspace = true
|
||||
alloy-eips.workspace = true
|
||||
op-alloy-rpc-types-engine.workspace = true
|
||||
|
||||
futures-util.workspace = true
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
use alloy_consensus::{EnvKzgSettings, SidecarBuilder, SimpleCoder, TxEip4844Variant, TxEnvelope};
|
||||
use alloy_eips::eip7702::SignedAuthorization;
|
||||
use alloy_network::{
|
||||
eip2718::Encodable2718, Ethereum, EthereumWallet, TransactionBuilder, TransactionBuilder4844,
|
||||
};
|
||||
@ -7,7 +8,6 @@ use alloy_rpc_types::{Authorization, TransactionInput, TransactionRequest};
|
||||
use alloy_signer::SignerSync;
|
||||
use alloy_signer_local::PrivateKeySigner;
|
||||
use eyre::Ok;
|
||||
use reth_primitives::eip7702::SignedAuthorization;
|
||||
|
||||
/// Helper for transaction operations
|
||||
#[derive(Debug)]
|
||||
|
||||
Reference in New Issue
Block a user