Sha256: 25d41ecc1892fba2e31f51c1be5e1ae8b50f87ac68b25f0663f797cfd2f66806

Contents?: true

Size: 304 Bytes

Versions: 2

Compression:

Stored size: 304 Bytes

Contents

# frozen_string_literal: true

module Harmony
  module Api
    module V1
      module Logs
        module Log
          def get_logs(block_hash)
            params = [{"BlockHash" => block_hash}]
            response(post('getLogs', params: params))
          end
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
harmony-api-0.1.4 lib/harmony/api/v1/logs/log.rb
harmony-api-0.1.3 lib/harmony/api/v1/logs/log.rb