class Bcoin::Client::Master

Contains a copy of the HD Master Key. Depending on the lock state of the wallet (see Wallet#unlock), the master key will either be encrypted or in plain text.

Attributes

client[R]

Contains an instance of Bcoin::Client::Wallet which adheres to the HTTP client interface but builds the URL correctly for the specific wallet which this account belongs to.

Public Instance Methods

base_path() click to toggle source
# File lib/bcoin/client/master.rb, line 15
def base_path
  '/master/'
end