@orangecheck/airdrop-gate / FilterAllowlistResult
Interface: FilterAllowlistResult
Defined in: index.ts:64
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-all"></a> all | AirdropDecision[] | Every decision in input order — ok ∪ rejected. | index.ts:70 |
<a id="property-ok"></a> ok | string[] | Addresses that passed the filter. In the same order as the input list. | index.ts:66 |
<a id="property-rejected"></a> rejected | AirdropDecision[] | Rejected candidates with reasons. | index.ts:68 |