| 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 | Class and Description |
|---|---|
class |
NotFoundMessage
Sent by a peer when a getdata request doesn't find the requested data in the mempool.
|
| Modifier and Type | Method and Description |
|---|---|
abstract InventoryMessage |
MessageSerializer.makeInventoryMessage(byte[] payloadBytes,
int length)
Make an inventory message from the payload.
|
InventoryMessage |
BitcoinSerializer.makeInventoryMessage(byte[] payloadBytes,
int length)
Make an inventory message from the payload.
|
static InventoryMessage |
InventoryMessage.with(Transaction... txns)
Creates a new inv message for the given transactions.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Peer.processInv(InventoryMessage inv) |
Copyright © 2018. All rights reserved.