Module: Bitcoind

Defined in:
lib/bitcoind.rb,
lib/bitcoind/client.rb,
lib/bitcoind/account.rb,
lib/bitcoind/version.rb,
lib/bitcoind/transaction.rb,
lib/bitcoind/account_hash.rb

Defined Under Namespace

Classes: Account, AccountHash, Client, Transaction

Constant Summary collapse

VERSION =
"0.0.1"

Class Method Summary collapse

Class Method Details

.new(user, pass) ⇒ Object



10
11
12
# File 'lib/bitcoind.rb', line 10

def self.new(user, pass)
  return Client.new user, pass
end