Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.22 KB

File metadata and controls

15 lines (12 loc) · 1.22 KB

Receipt

Properties

Name Type Description Notes
target_hash string SHA256 hash of the proven data or signature. [optional]
type string Chainpoint 2.x: Type of the proof receipt.<br> Currently only 'ChainpointSHA256v2' is supported. [optional]
merkle_root string Chainpoint 2.x: Root of the Merkle tree. [optional]
proof \WooletClient\Model\ReceiptProofNode[] Chainpoint 2.x: Merkle proof (path from `targetHash` to `merkleRoot` in the Merkle tree). [optional]
anchors \WooletClient\Model\ReceiptAnchorsNode[] Chainpoint 2.x: List of sources where the root of the Merkle proof is anchored. [optional]
partial bool `true` if the receipt is partial (ie. does not contain the Chainpoint 2.x proof of timestamp) [optional]
signature \WooletClient\Model\ReceiptSignature [optional]

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