Interface UTXOProvider

All Known Subinterfaces:
FullPrunedBlockStore
All Known Implementing Classes:
MemoryFullPrunedBlockStore

public interface UTXOProvider
A UTXOProvider encapsulates functionality for returning unspent transaction outputs, for use by the wallet or other code that crafts spends.

A FullPrunedBlockStore is an internal implementation within bitcoinj.