interface ISegment {
    author_base: string;
    author_bonus: string;
    capital_contributor_shares: string;
    contributor_bonus: string;
    coopname: string;
    coordinator_base: string;
    coordinator_investments: string;
    creator_base: string;
    creator_bonus: string;
    debt_amount: string;
    debt_settled: string;
    direct_creator_bonus: string;
    equal_author_bonus: string;
    has_vote: boolean;
    id: Interfaces.Capital.IUint64;
    investor_amount: string;
    investor_base: string;
    is_author: boolean;
    is_contributor: boolean;
    is_coordinator: boolean;
    is_creator: boolean;
    is_investor: boolean;
    is_propertor: boolean;
    last_author_base_reward_per_share: number;
    last_author_bonus_reward_per_share: number;
    last_contributor_reward_per_share: number;
    last_known_coordinators_investment_pool: string;
    last_known_creators_base_pool: string;
    last_known_invest_pool: string;
    project_hash: string;
    property_base: string;
    provisional_amount: string;
    status: string;
    total_segment_base_cost: string;
    total_segment_bonus_cost: string;
    total_segment_cost: string;
    username: string;
    voting_bonus: string;
}

Properties

author_base: string
author_bonus: string
capital_contributor_shares: string
contributor_bonus: string
coopname: string
coordinator_base: string
coordinator_investments: string
creator_base: string
creator_bonus: string
debt_amount: string
debt_settled: string
direct_creator_bonus: string
equal_author_bonus: string
has_vote: boolean
investor_amount: string
investor_base: string
is_author: boolean
is_contributor: boolean
is_coordinator: boolean
is_creator: boolean
is_investor: boolean
is_propertor: boolean
last_author_base_reward_per_share: number
last_author_bonus_reward_per_share: number
last_contributor_reward_per_share: number
last_known_coordinators_investment_pool: string
last_known_creators_base_pool: string
last_known_invest_pool: string
project_hash: string
property_base: string
provisional_amount: string
status: string
total_segment_base_cost: string
total_segment_bonus_cost: string
total_segment_cost: string
username: string
voting_bonus: string