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

    Interface ICreatedebt

    interface ICreatedebt {
        amount: string;
        coopname: string;
        debt_hash: string;
        project_hash: string;
        repaid_at: string;
        statement: Interfaces.Capital.IDocument2;
        username: string;
    }
    Index

    Properties

    amount: string
    coopname: string
    debt_hash: string
    project_hash: string
    repaid_at: string
    username: string