Uses of Interface
com.google.bitcoin.store.FullPrunedBlockStore

Packages that use FullPrunedBlockStore
com.google.bitcoin.core   
com.google.bitcoin.store   
 

Uses of FullPrunedBlockStore in com.google.bitcoin.core
 

Fields in com.google.bitcoin.core declared as FullPrunedBlockStore
protected  FullPrunedBlockStore FullPrunedBlockChain.blockStore
          Keeps a map of block hashes to StoredBlocks.
 

Constructors in com.google.bitcoin.core with parameters of type FullPrunedBlockStore
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.
 

Uses of FullPrunedBlockStore in com.google.bitcoin.store
 

Classes in com.google.bitcoin.store that implement FullPrunedBlockStore
 class H2FullPrunedBlockStore
          A full pruned block store using the H2 pure-java embedded database.
 class MemoryFullPrunedBlockStore
          Keeps StoredBlocks, StoredUndoableBlocks and StoredTransactionOutputs in memory.
 class PostgresFullPrunedBlockStore
          A full pruned block store using the Postgres database engine.
 



Copyright © 2014. All rights reserved.