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

@orangecheck/airdrop-gate


@orangecheck/airdrop-gate / FilterAllowlistOptions

Interface: FilterAllowlistOptions

Defined in: index.ts:24

Properties

PropertyTypeDescriptionDefined in
<a id="property-concurrency"></a> concurrency?numberHow 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?numberMinimum days unspent. Default 0.index.ts:28
<a id="property-minsats"></a> minSats?numberMinimum sats bonded. Default 0.index.ts:26
<a id="property-onprogress"></a> onProgress?(done: number, total: number, last?: AirdropDecision) => voidProgress callback fired after each candidate. Use for UI feedback or cancellation checks.index.ts:40
<a id="property-rejectonerror"></a> rejectOnError?booleanIf 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