walletbeat
walletbeat copied to clipboard
Feat: Add secure element for hardware wallets features
Add tracking for whether hardware wallets include a secure element chip. It’s an important security feature that helps protect private keys by keeping them isolated and safe from attacks.
Agreed it's important. This should probably be an enum similar to the License enum, since a hardware wallet probably only has 1 such secure element chip, and it may be useful to have getter functions on it (again like License does), such as a function to get if this chip is open source or not.