Module: Bitcoin::Wallet

Defined in:
lib/bitcoin/wallet/wallet.rb,
lib/bitcoin.rb,
lib/bitcoin/wallet/keystore.rb,
lib/bitcoin/wallet/coinselector.rb,
lib/bitcoin/wallet/keygenerator.rb

Overview

The wallet implementation consists of several concepts:

Wallet

the high-level API used to manage a wallet

SimpleKeyStore

key store to manage keys/addresses/labels

SimpleCoinSelector

coin selector to find unspent outputs to use when creating tx

Defined Under Namespace

Classes: DeterministicKeyStore, KeyGenerator, SimpleCoinSelector, SimpleKeyStore, TxDP, Wallet