class Eth::Tx::Legacy

def _set_signature(v, r, s)

Force-sets an existing signature of a decoded transaction.
def _set_signature(v, r, s)
  @signature_v = v
  @signature_r = r
  @signature_s = s
end