Available on crate feature
serde
only.Expand description
Helper module for encoding signatures of transactions wrapped into Signed
in legacy
format.
By default, signatures are encoded as a single boolean under yParity
key. However, for
legacy transactions parity byte is encoded as v
key respecting EIP-155 format.
Functionsยง
- Deserializes signed transaction expecting
v
key for signature parity. - Serializes signed transaction with
v
key for signature parity.