Class LevelDBFullPrunedBlockStore

  • All Implemented Interfaces:
    UTXOProvider, BlockStore, FullPrunedBlockStore

    public class LevelDBFullPrunedBlockStore
    extends java.lang.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.