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 | Field and Description |
---|---|
protected List<InventoryItem> |
ListMessage.items |
Modifier and Type | Method and Description |
---|---|
List<InventoryItem> |
ListMessage.getItems() |
Modifier and Type | Method and Description |
---|---|
void |
ListMessage.addItem(InventoryItem item) |
Constructor and Description |
---|
NotFoundMessage(NetworkParameters params,
List<InventoryItem> items) |
Copyright © 2016. All rights reserved.