@orangecheck/sdk / CheckParams
Interface: CheckParams
Defined in: check.ts:23
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-addr"></a> addr? | string | Bitcoin address to look up. | check.ts:25 |
<a id="property-id"></a> id? | string | Content-addressed attestation ID (hex). | check.ts:27 |
<a id="property-identity"></a> identity? | { identifier: string; protocol: string; } | Identity binding, e.g. { protocol: 'github', identifier: 'alice' }. | check.ts:29 |
identity.identifier | string | - | check.ts:29 |
identity.protocol | string | - | check.ts:29 |
<a id="property-mindays"></a> minDays? | number | Minimum days unspent to pass. Default 0. | check.ts:33 |
<a id="property-minsats"></a> minSats? | number | Minimum sats bonded to pass. Default 0. | check.ts:31 |
<a id="property-relays"></a> relays? | string[] | Optional relay overrides for discovery. | check.ts:35 |
<a id="property-verifyoptions"></a> verifyOptions? | VerifyOptions | Optional verify-time options (esplora bases, test mode). | check.ts:37 |