@orangecheck/stamp-ots / OtsProof
Interface: OtsProof
Defined in: types.ts:7
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-blockhash"></a> blockHash | string | null | Bitcoin block hash (hex, lowercase) at the anchor block (null if pending). | types.ts:16 |
<a id="property-blockheight"></a> blockHeight | number | null | Bitcoin block height at which this proof is anchored (null if pending). | types.ts:14 |
<a id="property-calendars"></a> calendars | string[] | Calendar URLs that contain this proof, in submission order. | types.ts:12 |
<a id="property-proof"></a> proof | string | Raw proof bytes as base64. Opaque at this layer; parsers plug in. | types.ts:10 |
<a id="property-status"></a> status | OtsProofStatus | - | types.ts:8 |
<a id="property-upgradedat"></a> upgradedAt | string | null | ISO 8601 UTC of the upgrade (null if pending). | types.ts:18 |