Package | Description |
---|---|
com.google.bitcoin.core | |
com.google.bitcoin.store |
Modifier and Type | Field and Description |
---|---|
protected FullPrunedBlockStore |
FullPrunedBlockChain.blockStore
Keeps a map of block hashes to StoredBlocks.
|
Constructor and Description |
---|
FullPrunedBlockChain(NetworkParameters params,
FullPrunedBlockStore blockStore)
Constructs a BlockChain that has no wallet at all.
|
FullPrunedBlockChain(NetworkParameters params,
List<BlockChainListener> listeners,
FullPrunedBlockStore blockStore)
Constructs a BlockChain connected to the given list of wallets and a store.
|
FullPrunedBlockChain(NetworkParameters params,
Wallet wallet,
FullPrunedBlockStore blockStore)
Constructs a BlockChain connected to the given wallet and store.
|
Modifier and Type | Class and Description |
---|---|
class |
H2FullPrunedBlockStore
A full pruned block store using the H2 pure-java embedded database.
|
class |
MemoryFullPrunedBlockStore
|
class |
PostgresFullPrunedBlockStore
A full pruned block store using the Postgres database engine.
|
Copyright © 2014. All rights reserved.