Govur University Logo
--> --> --> -->
...

What specific data structure is used by a light client to verify the inclusion of a transaction in a block without downloading the entire blockchain history?



The specific data structure used by a light client to verify transaction inclusion is the Merkle tree. A Merkle tree is a mathematical structure where every transaction in a block is hashed, and these hashes are paired and hashed repeatedly until a single value remains, known as the Merkle root. This root is ....

Log in to view the answer



Redundant Elements