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 |
GetDataMessage
Represents the "getdata" P2P network message, which requests the contents of blocks or transactions given their
hashes.
|
class |
InventoryMessage
Represents the "inv" P2P network message.
|
class |
NotFoundMessage
Sent by a peer when a getdata request doesn't find the requested data in the mempool.
|
Copyright © 2016. All rights reserved.