|
fn lookup_tap_key_spend_sig(&self) -> Option<bitcoin::taproot::Signature> { None } |
Compare to AssetProvider in plan.rs:
|
fn provider_lookup_tap_key_spend_sig(&self, _: &Pk) -> Option<usize> { None } |
Seeing that AssetProvider mirrors Satisfier, they should be consistent, and it seems helpful to include the pubkey in the satisfier function so one can look up the signature based on it.