class Eth::Tx

def hash

def hash
  "0x#{Utils.bin_to_hex Utils.keccak256_rlp(self)}"
end