AirdropFeeResponse: {
    claimFee: string | number;
    claimFeeDynamic?: {
        allocationFactor: string;
        maxPrice: string;
        minPrice: string;
    };
    isCustom: boolean;
}

Type declaration

  • claimFee: string | number
  • OptionalclaimFeeDynamic?: { allocationFactor: string; maxPrice: string; minPrice: string }
  • isCustom: boolean