pub fn psbt_find_input(
    psbt: &PartiallySignedTransaction,
    txid: Hash
) -> Result<&Input>
Expand description

Find the (first if multiple) PSBT input that refers to the given txid.