Sha256: 6710613b5f995fb1d835cdcf6a04bbd4ee5981a1d93dfc3dc0c10f0e5c51f2f2
Contents?: true
Size: 395 Bytes
Versions: 13
Compression:
Stored size: 395 Bytes
Contents
require 'spec_helper' describe Etherscanio::Api do describe 'transaction_getstatus' do subject { Etherscanio::Api.new(apikey).transaction_getstatus(txhash) } context 'simple status error' do let(:apikey) { 'YourApiKeyToken' } let(:txhash) { '0x15f8e5ea1079d9a0bb04a4c58ae5fe7654b5b2b4463375ff7ffb490aa0032f3a' } it { is_expected.to be_a(Object) } end end end
Version data entries
13 entries across 13 versions & 2 rubygems