Class MemoryFullPrunedBlockStore

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

public class MemoryFullPrunedBlockStore extends Object implements FullPrunedBlockStore
Keeps StoredBlocks, StoredUndoableBlocks and UTXOs in memory. Used primarily for unit testing.