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 direct coin-based address encoding/decoding
Add APIs for encoding/decoding addresses directly with coin names without
requiring a utxolib Network object. This simplifies address handling by
eliminating the dependency on JavaScript Network objects.
New features:
- Add `fromOutputScriptWithCoin` and `toOutputScriptWithCoin` functions
- Support all BitGo UTXO coins through a CoinName type
- Add cashaddr format option for Bitcoin Cash and eCash networks
Issue: BTC-2652
Co-authored-by: llm-git <[email protected]>
0 commit comments