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ยง
- deserialize
- Deserializes signed transaction expecting
vkey for signature parity. - serialize
- Serializes signed transaction with
vkey for signature parity.