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 string-based network parameter support
Add option to provide network as a string parameter for address
and outputScript functions. This makes the API more convenient
by allowing users to pass network names (e.g. "btc", "bitcoin",
"testnet") instead of requiring a network object.
- Implement string-based network parameter handler functions
- Add TypeScript wrapper to handle both string and object parameters
- Document the pattern in wasm-bindgen.md for future reference
Issue: BTC-2912
Co-authored-by: llm-git <llm-git@ttll.de>
0 commit comments