Sha256: 6087f0248428815edcd1ff98be42c85f59363fd9257319d4a5157ce8eb32b3d8

Contents?: true

Size: 300 Bytes

Versions: 5

Compression:

Stored size: 300 Bytes

Contents

# frozen_string_literal: true

module Harmony
  module Api
    module V1
      module Staking
        module Delegator
          def get_delegations_by_delegator(address)
            response(post('getDelegationsByDelegator', params: [address]))
          end
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
harmony-api-0.1.4 lib/harmony/api/v1/staking/delegator.rb
harmony-api-0.1.3 lib/harmony/api/v1/staking/delegator.rb
harmony-api-0.1.2 lib/harmony/api/v1/staking/delegator.rb
harmony-api-0.1.1 lib/harmony/api/v1/staking/delegator.rb
harmony-api-0.1.0 lib/harmony/api/v1/staking/delegator.rb