Package | Description |
---|---|
org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction , peer connectivity via PeerGroup ,
and block chain management. |
org.bitcoinj.params |
Network parameters encapsulate some of the differences between different Bitcoin networks such as the main
network, the testnet, regtest mode, unit testing params and so on.
|
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. |
Class and Description |
---|
ExchangeRate |
ListenerRegistration
A simple wrapper around a listener and an executor, with some utility methods.
|
MonetaryFormat
Utility for formatting and parsing coin values to and from human readable form.
|
VersionTally
Caching counter for the block versions within a moving window.
|
Class and Description |
---|
MonetaryFormat
Utility for formatting and parsing coin values to and from human readable form.
|
Class and Description |
---|
BtcAutoFormat.Style
Enum for specifying the style of currency indicators thas are used
when formatting, ether codes or symbols.
|
BtcFormat
Instances of this class format and parse locale-specific numerical
representations of Bitcoin monetary values.
|
BtcFormat.Builder
This class constructs new instances of
BtcFormat , allowing for the
configuration of those instances before they are constructed. |
ExponentialBackoff
Tracks successes and failures and calculates a time to retry the operation.
|
ExponentialBackoff.Params
Parameters to configure a particular kind of exponential backoff.
|
Fiat
Represents a monetary fiat value.
|
ListenerRegistration
A simple wrapper around a listener and an executor, with some utility methods.
|
MonetaryFormat
Utility for formatting and parsing coin values to and from human readable form.
|
TaggableObject
An object that can carry around and possibly serialize a map of strings to immutable byte arrays.
|
Class and Description |
---|
BaseTaggableObject
A simple implementation of
TaggableObject that just uses a lazily created hashmap that is
synchronized on this objects Java monitor. |
ExchangeRate |
ListenerRegistration
A simple wrapper around a listener and an executor, with some utility methods.
|
TaggableObject
An object that can carry around and possibly serialize a map of strings to immutable byte arrays.
|
Copyright © 2016. All rights reserved.