debeem-wallet
interface ChainEntity {
    root: {
        key: string;
        value: ChainEntityItem;
    };
}

Hierarchy

  • DBSchema
    • ChainEntity

Properties

Properties

root: {
    key: string;
    value: ChainEntityItem;
}

Type declaration