SatoshiPortal / bullbitcoin-mobile

The Bull Bitcoin Mobile Wallet and Exchange App
MIT License
54 stars 18 forks source link

Wallet Types Update #268

Closed i5hi closed 1 month ago

i5hi commented 2 months ago

enum BBWalletType { secure, xpub, descriptors, words, coldcard, instant } to enum BBWalletType { default, xpub, descriptors, words, coldcard }

BBWalletType.default + BaseWalletType will give us whether its Secure or Instant. Let secure and instant be end user terminology. We should use something more clear and functional with respect to the code and follow bitcoin semantics.