cooptypes - v2026.4.27-2
    Preparing search index...
    interface ICreateInvest {
        amount: string;
        coopname: string;
        invest_hash: string;
        project_hash: string;
        statement: Interfaces.Capital.IDocument2;
        username: string;
    }
    Index

    Properties

    amount: string
    coopname: string
    invest_hash: string
    project_hash: string
    username: string