@orangecheck/airdrop-gate / AirdropDecision
Interface: AirdropDecision
Defined in: index.ts:53
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-address"></a> address | string | The candidate address that was checked. | index.ts:55 |
<a id="property-check"></a> check? | CheckResult | Underlying SDK result, present unless the lookup threw. | index.ts:61 |
<a id="property-ok"></a> ok | boolean | Whether the address qualifies. | index.ts:57 |
<a id="property-reasons"></a> reasons | string[] | Reasons list. Empty on pass; populated on fail. | index.ts:59 |