| Package | Description |
|---|---|
| org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction, peer connectivity via PeerGroup,
block chain management and the Wallet class. |
| Modifier and Type | Method and Description |
|---|---|
ListenableFuture<UTXOsMessage> |
Peer.getUTXOs(List<TransactionOutPoint> outPoints)
Sends a query to the remote peer asking for the unspent transaction outputs (UTXOs) for the given outpoints,
with the memory pool included.
|
Copyright © 2014. All rights reserved.