class Eth::Tx

def hash

def hash
  Utils.bin_to_hex Utils.keccak256_rlp(self)
end