class Eth::Tx

def sign(key)

def sign(key)
  self.signature = key.sign(unsigned_encoded)
  self.vrs = Utils.v_r_s_for signature
  self
end