Class MySQLFullPrunedBlockStore

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

public class MySQLFullPrunedBlockStore extends DatabaseFullPrunedBlockStore

A full pruned block store using the MySQL database engine. As an added bonus an address index is calculated, so you can use DatabaseFullPrunedBlockStore.calculateBalanceForAddress(Address) to quickly look up the quantity of bitcoins controlled by that address.