module Nis::Endpoint::Account::Lock

Public Instance Methods

account_lock(private_key:) click to toggle source

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

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