bdk-ffi
bdk-ffi copied to clipboard
Support single (non-extended) keys
Describe the enhancement
Currently DescriptorPublicKey
, DescriptorPrivateKey
, and Descriptor
only support extended keys but should also be able to use BdkDescriptorSecretKey::Single
variants.
Use case
Paperwallets and devices like SatsCards use Single
keys and to "sweep" them into a BDK wallet we'll need to be able to use them.