cooptypes - v2026.4.27-2
    Preparing search index...

    Interface ISegment

    interface ISegment {
        author_base: string;
        author_bonus: string;
        available_for_program: string;
        available_for_wallet: 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;
        intellectual_cost: string;
        investor_amount: string;
        investor_base: string;
        is_author: boolean;
        is_contributor: boolean;
        is_coordinator: boolean;
        is_creator: boolean;
        is_investor: boolean;
        is_propertor: boolean;
        is_votes_calculated: 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;
        share_percent: number;
        status: string;
        total_segment_base_cost: string;
        total_segment_bonus_cost: string;
        total_segment_cost: string;
        username: string;
        voting_bonus: string;
    }
    Index

    Properties

    author_base: string
    author_bonus: string
    available_for_program: string
    available_for_wallet: 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
    intellectual_cost: string
    investor_amount: string
    investor_base: string
    is_author: boolean
    is_contributor: boolean
    is_coordinator: boolean
    is_creator: boolean
    is_investor: boolean
    is_propertor: boolean
    is_votes_calculated: 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
    share_percent: number
    status: string
    total_segment_base_cost: string
    total_segment_bonus_cost: string
    total_segment_cost: string
    username: string
    voting_bonus: string