class Bcoin::Client::Balance

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/balance.rb, line 11
def base_path
  '/balance/'
end