alloy_consensus::transaction::signed_legacy_serde

Function serialize

Source
pub fn serialize<S>(
    signed: &Signed<TxLegacy>,
    serializer: S,
) -> Result<S::Ok, S::Error>
where S: Serializer,
Available on crate feature serde only.
Expand description

Serializes signed transaction with v key for signature parity.