@orangecheck/pledge-core / AttestationLookupResult
Interface: AttestationLookupResult
Defined in: pledge-core/src/types.ts:445
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-address"></a> address | string | Bitcoin address the attestation was signed by — the OrangeCheck attestation's canonical-message address field. | pledge-core/src/types.ts:450 |
<a id="property-days_unspent"></a> days_unspent | number | Days the named UTXOs have been unspent at the verifier's clock. | pledge-core/src/types.ts:457 |
<a id="property-sats_bonded"></a> sats_bonded | number | Sats currently bonded by the named UTXOs at the verifier's clock. Computed by the caller's chain accessor. | pledge-core/src/types.ts:455 |
<a id="property-utxo_spent_at_or_before_now"></a> utxo_spent_at_or_before_now | boolean | True if the named UTXO has been spent at or before now. | pledge-core/src/types.ts:459 |