Sha256: 3faf1398d8f13469a5bc6f61571c95fd96719cbc9c94ee2c8faad89982fd98af

Contents?: true

Size: 308 Bytes

Versions: 3

Compression:

Stored size: 308 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('hmy_getLogs', params: params))
          end
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
harmony-api-0.1.2 lib/harmony/api/v1/logs/log.rb
harmony-api-0.1.1 lib/harmony/api/v1/logs/log.rb
harmony-api-0.1.0 lib/harmony/api/v1/logs/log.rb