You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(wasm-utxo): add enum-based network selection for CLI
Refactor network handling to use an enum-based approach for improved
type safety and better user experience. Replace string-based network
arguments with structured enum types that explicitly list all supported
networks. This change:
- Adds NetworkArg enum for CLI commands that use network parameters
- Updates address, psbt, and tx commands to use the new network type
- Removes hard-coded string handling for network parsing
- Simplifies interface by requiring explicit network parameter
- Removes redundant internal parse functions
Issue: BTC-0
Co-authored-by: llm-git <llm-git@ttll.de>
0 commit comments