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

    Таблица содержит информацию о долгах.

    interface IDebt {
        amount: string;
        approved_statement: Interfaces.Capital.IDocument2;
        authorization: Interfaces.Capital.IDocument2;
        coopname: string;
        debt_hash: string;
        id: Interfaces.Capital.IUint64;
        memo: string;
        project_hash: string;
        repaid_at: string;
        statement: Interfaces.Capital.IDocument2;
        status: string;
        username: string;
    }
    Index

    Properties

    amount: string
    approved_statement: Interfaces.Capital.IDocument2
    coopname: string
    debt_hash: string
    memo: string
    project_hash: string
    repaid_at: string
    status: string
    username: string