rust-bitcoin-unsafe-fast/bitcoin/tests
Tobin C. Harding 4354f37f51
Use NetworkKind in bip32 module
BIP-32 only differentiates between mainnet and some testnet when
encoding and decoding xpubs and xprivs. As such we can use the new
`NetworkKind` type instead of `Network` throughout the `bip32` module.
2023-12-15 11:50:50 +11:00
..
data
psbt.rs Use NetworkKind in bip32 module 2023-12-15 11:50:50 +11:00
serde.rs
serde_opcodes.rs