| 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 |
|---|---|
InventoryItem.Type |
InventoryItem.type |
| Modifier and Type | Method and Description |
|---|---|
static InventoryItem.Type |
InventoryItem.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InventoryItem.Type[] |
InventoryItem.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InventoryItem(InventoryItem.Type type,
Sha256Hash hash) |
Copyright © 2018. All rights reserved.