pub fn psbt_find_input(psbt: &Psbt, txid: Hash) -> Result<&Input>
bitcoin
Find the (first if multiple) PSBT input that refers to the given txid.