[Feature] Typed transaction conversion traits #438
Labels
debt
Tech debt which needs to be addressed
enhancement
New feature or request
good first issue
Good for newcomers
Component
consensus, eips, genesis
Describe the feature you would like
blocked by #433
add standard conversions to transaction types
Network
type UnsignedTx: From<Self::TxEnvelope>
type TransactionRequest: From<Self::TxEnvelope> + From<Self::UnsignedTx>
impl From<TxEnvelope> for TypedTransaction
impl From<TxEnvelope> for TransactionRequest
impl From<TypedTransaction for TransactionRequest
Additional context
No response
The text was updated successfully, but these errors were encountered: