interface IPlanPool {
    authors_base_pool: string;
    authors_bonus_pool: string;
    contributors_bonus_pool: string;
    coordinators_base_pool: string;
    coordinators_investment_pool: string;
    creators_base_pool: string;
    creators_bonus_pool: string;
    creators_hours: Interfaces.Capital.IUint64;
    hour_cost: string;
    invest_pool: string;
    program_invest_pool: string;
    return_base_percent: number;
    target_expense_pool: string;
    total: string;
    total_generation_pool: string;
    total_received_investments: string;
    use_invest_percent: number;
}

Properties

authors_base_pool: string
authors_bonus_pool: string
contributors_bonus_pool: string
coordinators_base_pool: string
coordinators_investment_pool: string
creators_base_pool: string
creators_bonus_pool: string
creators_hours: Interfaces.Capital.IUint64
hour_cost: string
invest_pool: string
program_invest_pool: string
return_base_percent: number
target_expense_pool: string
total: string
total_generation_pool: string
total_received_investments: string
use_invest_percent: number