Module: Harmony::Api::V1::Staking::Delegator
- Included in:
- Client
- Defined in:
- lib/harmony/api/v1/staking/delegator.rb
Instance Method Summary collapse
Instance Method Details
#get_delegations_by_delegator(address) ⇒ Object
8 9 10 |
# File 'lib/harmony/api/v1/staking/delegator.rb', line 8 def get_delegations_by_delegator(address) response(post('getDelegationsByDelegator', params: [address])) end |