Method: Bcoin::Client::Master#client

Defined in:
lib/bcoin/client/master.rb

#clientObject (readonly)

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.



13
14
15
# File 'lib/bcoin/client/master.rb', line 13

def client
  @client
end