public interface UTXOProvider
A FullPrunedBlockStore
is an internal implementation within bitcoinj.
Modifier and Type | Method and Description |
---|---|
int |
getChainHeadHeight()
Get the height of the chain head.
|
java.util.List<UTXO> |
getOpenTransactionOutputs(java.util.List<ECKey> keys)
Get the list of
UTXO 's for given keys. |
NetworkParameters |
getParams()
The
NetworkParameters of this provider. |
java.util.List<UTXO> getOpenTransactionOutputs(java.util.List<ECKey> keys) throws UTXOProviderException
UTXO
's for given keys.keys
- List of keys.UTXOProviderException
- If there is an error.int getChainHeadHeight() throws UTXOProviderException
UTXOProviderException
- If there is an error.NetworkParameters getParams()
NetworkParameters
of this provider.