bitcoindevkit / bdk

A modern, lightweight, descriptor-based wallet library written in Rust!
Other
838 stars 300 forks source link

Types in `types.rs` should take generic `Keychainkind`. #1525

Open KnowWhoami opened 1 month ago

KnowWhoami commented 1 month ago

Describe the enhancement
https://github.com/bitcoindevkit/bdk/blob/82141a820123fcf48cb1b49702f59d7fe14ee8b2/crates/wallet/src/types.rs#L1

Use case

ValuedMammal commented 1 month ago

Apart from LocalOutput are there other types in the bdk_wallet crate that you think should be generic over keychain?