| Package | Description |
|---|---|
| org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction, peer connectivity via PeerGroup,
block chain management and the Wallet class. |
| Modifier and Type | Method and Description |
|---|---|
static PartialMerkleTree |
PartialMerkleTree.buildFromLeaves(NetworkParameters params,
byte[] includeBits,
List<Sha256Hash> allLeafHashes)
Calculates a PMT given the list of leaf hashes and which leaves need to be included.
|
| Constructor and Description |
|---|
FilteredBlock(NetworkParameters params,
Block header,
PartialMerkleTree pmt) |
Copyright © 2014. All rights reserved.