The policy can be something like: ```text 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 https://github.com/rust-bitcoin/rust-bitcoin/issues/4150
The policy can be something like:
Needs to figure out how to sign the fucking PSBT with
HashMap<PublicKey, PrivateKey>see rust-bitcoin/rust-bitcoin#4150