mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
primitives: rm TxKind reexport (#11197)
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
use crate::EthPooledTransaction;
|
||||
use alloy_eips::eip2930::AccessList;
|
||||
use alloy_primitives::{Address, B256, U256};
|
||||
use alloy_primitives::{Address, TxKind, B256, U256};
|
||||
use rand::Rng;
|
||||
use reth_chainspec::MAINNET;
|
||||
use reth_primitives::{
|
||||
constants::MIN_PROTOCOL_BASE_FEE, sign_message, Bytes, Transaction, TransactionSigned,
|
||||
TxEip1559, TxEip4844, TxKind, TxLegacy,
|
||||
TxEip1559, TxEip4844, TxLegacy,
|
||||
};
|
||||
|
||||
/// A generator for transactions for testing purposes.
|
||||
|
||||
Reference in New Issue
Block a user