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.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.
|
Modifier and Type | Class and Description |
---|---|
class |
Coin
Represents a monetary Bitcoin value.
|
Modifier and Type | Class and Description |
---|---|
class |
Fiat
Represents a monetary fiat value.
|
Modifier and Type | Method and Description |
---|---|
CharSequence |
MonetaryFormat.format(Monetary monetary)
Format the given monetary value to a human readable form.
|
Copyright © 2016. All rights reserved.