class Eth::Tx::Legacy

def hash

Returns:
  • (String) - the transaction hash.
def hash
  Util.bin_to_hex Util.keccak256 encoded
end