Function trezor_client::utils::psbt_find_input
source · pub fn psbt_find_input(psbt: &Psbt, txid: Hash) -> Result<&Input>
Available on crate feature
bitcoin
only.Expand description
Find the (first if multiple) PSBT input that refers to the given txid.