Type Alias TransactionSignedEcRecovered
pub type TransactionSignedEcRecovered<T = TransactionSigned> = RecoveredTx<T>;
Expand description
Type alias kept for backward compatibility.
Aliased Type§
struct TransactionSignedEcRecovered<T = TransactionSigned> { /* private fields */ }
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.