@orangecheck/airdrop-gate / FilterAllowlistOptions
Interface: FilterAllowlistOptions
Defined in: index.ts:24
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-concurrency"></a> concurrency? | number | How many concurrent check() calls to run. Default 4 — tune up to the hosted API's rate budget. The free /api/check tier allows 60 req/min/IP. | index.ts:34 |
<a id="property-mindays"></a> minDays? | number | Minimum days unspent. Default 0. | index.ts:28 |
<a id="property-minsats"></a> minSats? | number | Minimum sats bonded. Default 0. | index.ts:26 |
<a id="property-onprogress"></a> onProgress? | (done: number, total: number, last?: AirdropDecision) => void | Progress callback fired after each candidate. Use for UI feedback or cancellation checks. | index.ts:40 |
<a id="property-rejectonerror"></a> rejectOnError? | boolean | If the SDK throws for a particular address, treat it as rejected. Default true — we don't want airdrops going to untested addresses. Set to false to surface lookup errors to the caller. | index.ts:50 |
<a id="property-relays"></a> relays? | string[] | Override discovery relays. | index.ts:43 |