bitcoindevkit/bdk

feat: use new `NetworkKind` throughout the BDK codebase

Opened this issue · 1 comments

Describe the enhancement

In the new release of rust-bitcoin 0.32.0 the new NetworkKind type has been introduced, it's not being explicitly used in the PR #1448, but it should be instead of simply using conversions.

Use case

Use the proper rust-bitcoin NetworkKind type/API instead of multiple conversions.

Additional context

dev call: these changes are not a high priority, but could land in future releases.