Sha256: 1013308b571df6ac09bb481cb338b1046c5450330e2eeb14a0e5155fdf553b3b

Contents?: true

Size: 169 Bytes

Versions: 5

Compression:

Stored size: 169 Bytes

Contents

module Bitshares

  class Blockchain

    def self.method_missing(name, *args)
      Bitshares::Client::rpc.request('blockchain_' + name.to_s, args)
    end

  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bitshares-0.1.4.pre lib/bitshares/blockchain.rb
bitshares-0.1.3.pre lib/bitshares/blockchain.rb
bitshares-0.1.2.pre lib/bitshares/blockchain.rb
bitshares-0.1.1.pre lib/bitshares/blockchain.rb
bitshares-0.1.0.pre lib/bitshares/blockchain.rb