module Nis::Endpoint::Account::Unlock

Public Instance Methods

account_unlock(private_key:) click to toggle source

@param [String] private_key @return [nil] @see nemproject.github.io/#locking-and-unlocking-accounts

# File lib/nis/endpoint/account/unlock.rb, line 6
def account_unlock(private_key:)
  request!(:post, '/account/unlock', value: private_key)
end