Module pythnet_sdk::accumulators::merkle

source ·
Expand description

A MerkleTree based Accumulator.

Structs§

  • A MerklePath contains a list of hashes that form a proof for membership in a tree.
  • A MerkleRoot contains the root hash of a MerkleTree.
  • A MerkleTree is a binary tree where each node is the hash of its children.