interface IPowerupState {
    cpu: IPowerupStateResource;
    min_powerup_fee: string;
    net: IPowerupStateResource;
    powerup_days: number;
    ram: IPowerupStateResource;
}

Properties

min_powerup_fee: string
powerup_days: number