AirdropFeeResponse
AirdropFeeResponse
type AirdropFeeResponse = object;Defined in: distributor/solana/fetchAirdropFee.ts:1
Properties
| Property | Type | Defined in |
|---|---|---|
claimFee | string | number | distributor/solana/fetchAirdropFee.ts:2 |
claimFeeDynamic? | object | distributor/solana/fetchAirdropFee.ts:3 |
claimFeeDynamic.allocationFactor | string | distributor/solana/fetchAirdropFee.ts:6 |
claimFeeDynamic.maxPrice | string | distributor/solana/fetchAirdropFee.ts:5 |
claimFeeDynamic.minPrice | string | distributor/solana/fetchAirdropFee.ts:4 |
isCustom | boolean | distributor/solana/fetchAirdropFee.ts:8 |