class Bcoin::Client::Account

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/account.rb, line 15
def base_path
  '/account/' + name.to_s
end
name() click to toggle source
# File lib/bcoin/client/account.rb, line 11
def name
  @attributes[:name]
end