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.
|
List<UTXO> |
getOpenTransactionOutputs(List<Address> addresses)
Get the list of
UTXO 's for a given address. |
NetworkParameters |
getParams()
The
NetworkParameters of this provider. |
List<UTXO> getOpenTransactionOutputs(List<Address> addresses) throws UTXOProviderException
UTXO
's for a given address.addresses
- List of address.UTXOProviderException
- If there is an error.int getChainHeadHeight() throws UTXOProviderException
UTXOProvider
- If there is an error.UTXOProviderException
NetworkParameters getParams()
NetworkParameters
of this provider.Copyright © 2016. All rights reserved.