Skip to content

PSBT Support with Miniscript #28

@storopoli

Description

@storopoli

The policy can be something like:

tr(UNSPENDABLE, {
  multi_a(2, npub_1, npub_2), {
    and_v(
      v:multi_a(2, npub_1, npub_arb),
      older(timelock_duration)
    ),
    and_v(
      v:multi_a(2, npub_2, npub_arb),
      older(timelock_duration)
    )
  }
})

Needs to figure out how to sign the fucking PSBT with HashMap<PublicKey, PrivateKey> see rust-bitcoin/rust-bitcoin#4150

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions