Package | Description |
---|---|
org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction , peer connectivity via PeerGroup ,
and block chain management. |
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.
|
ListenableFuture<UTXOsMessage> |
Peer.getUTXOs(List<TransactionOutPoint> outPoints,
boolean includeMempool)
Sends a query to the remote peer asking for the unspent transaction outputs (UTXOs) for the given outpoints.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Peer.processUTXOMessage(UTXOsMessage m) |
Copyright © 2016. All rights reserved.