UNPKG

@spheron/protocol-sdk

Version:
16 lines 468 B
export interface ICpuConfig { id: number; name: string; vendor: 'general' | 'apple'; shortName: string; multiplier: number; tier: 'Medium 1' | 'Low 2' | 'Low 1' | 'Medium 2'; sp: number; fn: number; fizzCpuPricePerHour: number; fizzCpuPricePerMonth: number; fizzRamPricePerGbPerMonth: number; fizzStoragePricePerGbPerMonth: number; } export declare const CpuConfig: ICpuConfig[]; //# sourceMappingURL=cpu-config.d.ts.map