module Nis::Endpoint::Account::Unlocked

Public Instance Methods

account_unlocked_info() click to toggle source

@return [Hash <Symbol: num-unlocked>, <Symbol: max-unlocked>] @see nemproject.github.io/#retrieving-the-unlock-info

# File lib/nis/endpoint/account/unlocked.rb, line 5
def account_unlocked_info
  request!(:post, '/account/unlocked/info')
end