cooptypes - v2026.8.22-3
    Preparing search index...
    interface IProposal {
        callback: ICallbackHandler;
        coopname: string;
        created_at: string;
        decision_doc: Interfaces.Expense.IDocument2;
        id: Interfaces.Expense.IUint64;
        items: Interfaces.Expense.IItem[];
        proposal_hash: string;
        source_wallet: string;
        statement_doc: Interfaces.Expense.IDocument2;
        status: number;
        total_actual: string;
        total_planned: string;
        updated_at: string;
        username: string;
    }
    Index

    Properties

    coopname: string
    created_at: string
    proposal_hash: string
    source_wallet: string
    status: number

    ProposalStatus (CREATED=0, AUTHORIZED=1, PARTIALLY_PAID=2, REPORT_SUBMITTED=3, CLOSED=4, DECLINED=5).

    total_actual: string
    total_planned: string
    updated_at: string
    username: string