verify_proof
Validate an OpenTimestamps (OTS) proof against original data or hash to confirm a file's Bitcoin blockchain timestamp.
Instructions
Verify an OTS proof against original data or hash
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| otsData | Yes | OTS proof data (hex string) | |
| algorithm | No | Hash algorithm used | sha256 |
| originalData | No | Original data to verify against | |
| originalHash | No | Original hash to verify against (hex string) |