Returns the serialized encoding of the legacy transaction.
@override Uint8List serialize({bool sig = true}) { return rlp.encode(sig ? raw() : raw().sublist(0, 6)); }