libwally-core
libwally-core copied to clipboard
Useful descriptor functions
- [ ] 1. Determine the descriptor type (e.g. sorted_multi()) and output type (legacy, p2sh segwit, native segwit, taproot)
- [ ] 2. Obtain the threshold for (sorted_multi()) and other such variables
- [x] 3. Obtain the (extended) keys (done in #369)
See #310
@Sjors please see https://github.com/ElementsProject/libwally-core/pull/369 - this allows key iteration and extracting all of their information such as type, derivation path, key origin info etc.
Item 3 is now in master
@jgriffiths I haven't been maintaining LibWallySwift much in recent months, so didn't test this, but I'll mark 3 as done in the description.