@orangecheck/sdk / IssueChallengeOptions
Interface: IssueChallengeOptions
Defined in: challenge.ts:55
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-address"></a> address | string | Bitcoin address the caller claims to control. | challenge.ts:57 |
<a id="property-audience"></a> audience? | string | Origin-binding extension. If set, verify will require a match. | challenge.ts:63 |
<a id="property-nonce"></a> nonce? | string | Explicit nonce. Rare; prefer auto-generated. | challenge.ts:61 |
<a id="property-now"></a> now? | Date | Freeze now for tests. | challenge.ts:67 |
<a id="property-purpose"></a> purpose? | string | Human-readable label baked into the signed message. | challenge.ts:65 |
<a id="property-ttlseconds"></a> ttlSeconds? | number | How long the challenge is valid for. Default 300 (5 minutes). | challenge.ts:59 |