Simple and Composite Proofs
Efficiency Through Consolidation
Example of a BUMP Composite Proof in JSON Format
{
"blockHeight": 813706,
"paths": [
{
"txId": "txid1",
"merklePath": [
{"offset": 0, "hash": "hash1", "flags": 2},
{"offset": 1, "hash": "siblingHash1", "flags": 0},
{"offset": 3, "hash": "parentHash1", "flags": 0}
]
},
{
"txId": "txid2",
"merklePath": [
{"offset": 2, "hash": "hash2", "flags": 2},
{"offset": 3, "hash": "parentHash1", "flags": 1} // Utilizing a duplicate hash
]
}
]
}Handling Composite Proofs in BUMP
Practical Implications
PreviousThe BSV Unified Merkle Path (BUMP) StandardNextMerkle Trees and Simplified Payment Verification
Last updated
