load_proof
Load an OpenTimestamps proof from hex data or a file path to verify Bitcoin blockchain timestamps.
Instructions
Load an OTS proof from hex data or file path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| otsData | Yes | OTS proof data (hex string or file path) | |
| isFilePath | No | Whether otsData is a file path |