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

    Interface IInvest

    interface IInvest {
        amount: string;
        coopname: string;
        coordinator: string;
        coordinator_amount: string;
        id: Interfaces.Capital.IUint64;
        invest_hash: string;
        invested_at: string;
        project_hash: string;
        statement: Interfaces.Capital.IDocument2;
        status: string;
        username: string;
    }
    Index

    Properties

    amount: string
    coopname: string
    coordinator: string
    coordinator_amount: string
    invest_hash: string
    invested_at: string
    project_hash: string
    status: string
    username: string