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

    Таблица хранит информацию о балансах пайщиков в целевых потребительских программах кооператива.

    interface IProgramWallet {
        agreement_id: Interfaces.Soviet.IUint64;
        available: string;
        blocked: string;
        coopname: string;
        id: Interfaces.Soviet.IUint64;
        membership_contribution: string;
        program_id: Interfaces.Soviet.IUint64;
        username: string;
    }
    Index

    Properties

    agreement_id: Interfaces.Soviet.IUint64
    available: string
    blocked: string
    coopname: string
    membership_contribution: string
    username: string