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

    Interface WalletMeta

    Реестр кошельков ledger2 — source of truth в контракте: components/contracts/cpp/lib/core/ledger2/wallets.hpp (LEDGER2_WALLET_REGISTRY). При добавлении/переименовании кошелька синхронизировать обе стороны.

    Используется для tooltip-подсказок в UI (standards-site, desktop).

    interface WalletMeta {
        id: number;
        name: string;
    }
    Index

    Properties

    Properties

    id: number
    name: string