Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Use address descriptors instead of paths in utxo structures #34

@landabaso

Description

@landabaso

In order to make it a smooth transition:

  1. Create a descriptor property and put in there a serialized json object including path, witnessScript and/or redeemScript. Now change all functions names from DerivationPath or Path to Descriptor.
  2. then start using: wsh(raw(HEX)), wsh(raw(HEX))or sh(wsh(raw(HEX)) for FARVAULT transactions.
  3. On a final phase, use miniscript, descriptors...

https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions