@hub3js/bip122
v0.2.1
Published
Package for handling UTXO wallets supported by Rango.
Readme
@hub3js/bip122
Package for handling UTXO wallets supported by Rango.
The namespace covers every bip122 chain — Bitcoin, Litecoin, Dogecoin, Bitcoin
Cash and Zcash — rather than assuming Bitcoin. UTXO chains are concurrent, not
mutually exclusive like EVM networks: one account holds an address on each chain
at the same time, so there is no "active network" to switch. Every action takes
the chain(s) it works on as a parameter, and each account is CAIP-10 encoded with
its own chain reference so a single namespace can represent all of them at once.
