debeem-wallet

Remarks

IndexedDB, but with promises: https://github.com/jakearchibald/idb

interface SysConfigEntity {
    root: {
        indexes: {
            by-value: string;
        };
        key: string;
        value: string;
    };
}

Hierarchy

  • DBSchema
    • SysConfigEntity

Properties

Properties

root: {
    indexes: {
        by-value: string;
    };
    key: string;
    value: string;
}

Type declaration

  • indexes: {
        by-value: string;
    }
    • by-value: string
  • key: string
  • value: string