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

    Таблица содержит счета кооператива.

    interface ILaccount {
        available: string;
        blocked: string;
        id: Interfaces.Ledger.IUint64;
        name: string;
        writeoff: string;
    }
    Index

    Properties

    available: string
    blocked: string
    name: string
    writeoff: string