live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/pledge-core


@orangecheck/pledge-core / AttestationLookupResult

Interface: AttestationLookupResult

Defined in: pledge-core/src/types.ts:445

Properties

PropertyTypeDescriptionDefined in
<a id="property-address"></a> addressstringBitcoin 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_unspentnumberDays the named UTXOs have been unspent at the verifier's clock.pledge-core/src/types.ts:457
<a id="property-sats_bonded"></a> sats_bondednumberSats 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_nowbooleanTrue if the named UTXO has been spent at or before now.pledge-core/src/types.ts:459