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.kits |
High level wrapper APIs around the bitcoinj building blocks.
|
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.store |
Block stores persist blockchain data downloaded from remote peers.
|
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.
|
Class and Description |
---|
BlockStore
An implementor of BlockStore saves StoredBlock objects to disk.
|
BlockStoreException
Thrown when something goes wrong with storing a block.
|
FullPrunedBlockStore
An implementor of FullPrunedBlockStore saves StoredBlock objects to some storage mechanism.
|
Class and Description |
---|
BlockStore
An implementor of BlockStore saves StoredBlock objects to disk.
|
BlockStoreException
Thrown when something goes wrong with storing a block.
|
Class and Description |
---|
BlockStore
An implementor of BlockStore saves StoredBlock objects to disk.
|
BlockStoreException
Thrown when something goes wrong with storing a block.
|
Class and Description |
---|
BlockStore
An implementor of BlockStore saves StoredBlock objects to disk.
|
BlockStoreException
Thrown when something goes wrong with storing a block.
|
DatabaseFullPrunedBlockStore
A generic full pruned block store for a relational database.
|
FullPrunedBlockStore
An implementor of FullPrunedBlockStore saves StoredBlock objects to some storage mechanism.
|
Class and Description |
---|
BlockStore
An implementor of BlockStore saves StoredBlock objects to disk.
|
BlockStoreException
Thrown when something goes wrong with storing a block.
|
Copyright © 2016. All rights reserved.