Package | Description |
---|---|
org.bitcoinj.utils |
Formatting monetary amounts, representing exchange rates, a program for loading Bitcoin Core saved block files,
a class to control how bitcoinj uses threads and misc other utility classes that don't fit anywhere else.
|
org.bitcoinj.wallet |
Classes that support the
Wallet , which knows how to find and save transactions relevant to
a set of keys or scripts, calculate balances, and spend money: the wallet has many features and can be extended
in various ways, please refer to the website for documentation on how to use it. |
Modifier and Type | Class and Description |
---|---|
class |
BaseTaggableObject
A simple implementation of
TaggableObject that just uses a lazily created hashmap that is
synchronized on this objects Java monitor. |
Modifier and Type | Class and Description |
---|---|
class |
Wallet
A Wallet stores keys and a record of transactions that send and receive value from those keys.
|
Copyright © 2016. All rights reserved.