Package | Description |
---|---|
org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction , peer connectivity via PeerGroup ,
block chain management and the Wallet class. |
org.bitcoinj.store |
Block stores persist blockchain data downloaded from remote peers.
|
Modifier and Type | Method and Description |
---|---|
UTXOProvider |
Wallet.getUTXOProvider()
Get the
UTXOProvider . |
Modifier and Type | Method and Description |
---|---|
void |
Wallet.setUTXOProvider(UTXOProvider provider)
Set the
UTXOProvider . |
Modifier and Type | Interface and Description |
---|---|
interface |
FullPrunedBlockStore
An implementor of FullPrunedBlockStore saves StoredBlock objects to some storage mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseFullPrunedBlockStore
A generic full pruned block store for a relational database.
|
class |
H2FullPrunedBlockStore
A full pruned block store using the H2 pure-java embedded database.
|
class |
MemoryFullPrunedBlockStore
|
class |
MySQLFullPrunedBlockStore
A full pruned block store using the MySQL database engine.
|
class |
PostgresFullPrunedBlockStore
A full pruned block store using the Postgres database engine.
|
Copyright © 2016. All rights reserved.