class Eth::Tx

def from

def from
  return @from if @from
  @from ||= OpenSsl.recover_compact(signature_hash, signature) if signature
end