reth_primitives_traits/transaction/
signature.rs

1
2
3
4
//! Signature types and helpers

/// Re-exported signature type
pub use alloy_primitives::PrimitiveSignature as Signature;