| 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 | 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.
|
PartialMerkleTree |
FilteredBlock.getPartialMerkleTree()
Returns the
PartialMerkleTree object that provides the mathematical proof of transaction inclusion in the block. |
| Constructor and Description |
|---|
FilteredBlock(NetworkParameters params,
Block header,
PartialMerkleTree pmt) |
Copyright © 2018. All rights reserved.