cooptypes - v2026.8.22-3
    Preparing search index...

    Строка таблицы userwallets контракта ledger2 (третий уровень учёта L3). Source: table_ledger2_userwallets.hpp. Scope — coopname.

    Запись существует только для USER_SHARED-кошельков и пока available + blocked > 0. Composite key by_userwallet = combine_ids(wallet_name, username).

    interface IUserWallet {
        available: string;
        blocked: string;
        id: number;
        username: string;
        wallet_name: string;
    }
    Index

    Properties

    available: string
    blocked: string
    id: number
    username: string
    wallet_name: string