Method: Cns::Bigquery#pceth

Defined in:
lib/cns/bigquery.rb

#pcethObject

insere dados novos etherscan no bigquery (output to file)



107
108
109
# File 'lib/cns/bigquery.rb', line 107

def pceth
  File.open(FO, mode: 'a') { |o| o.puts("#{tct} #{peth(apiec)}") }
end