UNPKG

@torchlabs/transactions

Version:

Package to calculate profit made through client sales

27 lines 1.02 kB
export declare const PROXY_FEES: { "Gold Plan": number; "Silver Plan": number; "Premium Residential": number; "Elite Residential": number; "Premium Datacenter": number; }; export declare const GW_PRICES: { "Basic GW": number; "Premium GW": number; "Elite GW": number; }; export declare const SILVER_PLAN = "Gold Plan"; export declare const GOLD_PLAN = "Silver Plan"; export declare const PREMIUM_RESIDENTIAL = "Premium Residential"; export declare const ELITE_RESIDENTIAL = "Elite Residential"; export declare const PREMIUM_DATACENTER = "Premium Datacenter"; export declare const BASIC_GW = "Basic GW"; export declare const PREMIUM_GW = "Premium GW"; export declare const ELITE_GW = "Elite GW"; export declare const GIVEAWAY_PLANS: string[]; export declare const OLD_GIVEAWAY = "Giveaway"; export declare const PAID = "paid"; export declare const CREDIT = "credit"; export declare const STRIPE_PERCENTAGE = 0.971; export declare const STRIPE_FEE = 0.3; //# sourceMappingURL=constants.d.ts.map