module Minter::Api::ValidatorsResource
Public Instance Methods
validators(height: 1)
click to toggle source
# File lib/minter/api/resources/validators_resource.rb, line 6 def validators(height: 1) params = { height: height } path = "/validators" get(path, params) end