Package | Description |
---|---|
org.bitcoinj.store |
Block stores persist blockchain data downloaded from remote peers.
|
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 | 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 |
LevelDBFullPrunedBlockStore
An implementation of a Fully Pruned Block Store using a leveldb implementation as the backing data store.
|
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.
|
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 . |
Copyright © 2016. All rights reserved.