arb_primitives/
tx_types.rs

1// Re-export from arb-alloy
2pub use arb_alloy_consensus::{
3    tx::{
4        ArbContractTx, ArbDepositTx, ArbInternalTx, ArbRetryTx, ArbSubmitRetryableTx,
5        ArbTxEnvelope, ArbUnsignedTx,
6    },
7    ArbTxType,
8};