class Eth::Tx

def data

def data
  Eth.tx_data_hex? ? data_hex : data_bin
end