bitcoindevkit / bdk-ffi

Please consider this project *experimental*.
Other
87 stars 39 forks source link

Can `bdk::template::Bip84` be used in Kotlin ? #98

Closed w0xlt closed 1 year ago

w0xlt commented 2 years ago

In Rust, the following command can be used to build a descriptor.

Bip84(xpriv.clone(), KeychainKind::External),

Is this struct (Bip84) available in Kotlin ?

notmandatory commented 2 years ago

We don't currently have bdk templates available in the language bindings (Kotlin, Swift, Python) but I'll leave this here as a place holder issue for adding it.

SeverinAlexB commented 2 years ago

Hey guys!

I just ran into a BIP84 issue where I forget the '. Luckily @thunderbiscuit gave me a hint. A method like this in other language bindings would for sure help to reduce the amount of mistakes. So +1 for making this available.

thunderbiscuit commented 1 year ago

We'll be keeping track of bip-compliant templates in #165.