Create from a CBlock, matching the txids in the set.
Synopsis
Declared in <merkleblock.h>
CMerkleBlock(
CBlock const& block,
std::set<Txid> const& txids);
Parameters
Name |
Description |
block |
The block to build the merkle proof from. |
txids |
The set of transaction ids to include in the proof. |
Created with MrDocs