interface IGenerationAmounts {
    authors_base_pool: string;
    authors_bonus_pool: string;
    contributors_bonus_pool: string;
    creators_base_pool: string;
    creators_bonus_pool: string;
    creators_hours: Interfaces.Capital.IUint64;
    hour_cost: string;
    total_contribution: string;
    total_generation_pool: string;
}

Properties

authors_base_pool: string
authors_bonus_pool: string
contributors_bonus_pool: string
creators_base_pool: string
creators_bonus_pool: string
creators_hours: Interfaces.Capital.IUint64
hour_cost: string
total_contribution: string
total_generation_pool: string