Class LevelDBFullPrunedBlockStore

java.lang.Object
org.bitcoinj.store.LevelDBFullPrunedBlockStore
All Implemented Interfaces:
UTXOProvider, BlockStore, FullPrunedBlockStore

public class LevelDBFullPrunedBlockStore extends Object implements FullPrunedBlockStore

An implementation of a Fully Pruned Block Store using a leveldb implementation as the backing data store.

Includes number of caches to optimise the initial blockchain download.