Class LevelDBBlockStore

java.lang.Object
org.bitcoinj.store.LevelDBBlockStore
All Implemented Interfaces:
BlockStore

public class LevelDBBlockStore extends Object implements BlockStore
An SPV block store that writes every header it sees to a LevelDB. This allows for fast lookup of block headers by block hash at the expense of more costly inserts and higher disk usage than the SPVBlockStore. If all you want is a regular wallet you don't need this class: it exists for specialised applications where you need to quickly verify a standalone SPV proof.