module Harmony::Api::V1::Staking::Utility
Public Instance Methods
get_current_utility_metrics()
click to toggle source
# File lib/harmony/api/v1/staking/utility.rb, line 8 def get_current_utility_metrics response(post('getCurrentUtilityMetrics')) end
get_median_raw_stake_snapshot()
click to toggle source
# File lib/harmony/api/v1/staking/utility.rb, line 20 def get_median_raw_stake_snapshot response(post('getMedianRawStakeSnapshot')) end
get_staking_network_info()
click to toggle source
# File lib/harmony/api/v1/staking/utility.rb, line 16 def get_staking_network_info response(post('getStakingNetworkInfo')) end
get_super_committees()
click to toggle source
# File lib/harmony/api/v1/staking/utility.rb, line 12 def get_super_committees response(post('getSuperCommittees')) end