Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 813 Bytes

InclusionProof.md

File metadata and controls

13 lines (10 loc) · 813 Bytes

InclusionProof

Properties

Name Type Description Notes
log_index int The index of the entry in the transparency log
root_hash str The hash value stored at the root of the merkle tree at the time the proof was generated
tree_size int The size of the merkle tree at the time the inclusion proof was generated
hashes list[str] A list of hashes required to compute the inclusion proof, sorted in order from leaf to root
checkpoint str The checkpoint (signed tree head) that the inclusion proof is based on

[Back to Model list] [Back to API list] [Back to README]