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 | Method and Description |
---|---|
static <T> boolean |
ListenerRegistration.removeFromList(T listener,
List<? extends ListenerRegistration<T>> list) |
Modifier and Type | Method and Description |
---|---|
List<ListenerRegistration<KeyChainEventListener>> |
BasicKeyChain.getListeners() |
Copyright © 2014. All rights reserved.